UX: margin improvement for mobile alerts
This commit is contained in:
parent
3b32b6bc13
commit
895df9c239
|
@ -7,6 +7,7 @@
|
||||||
background: var(--tertiary-low);
|
background: var(--tertiary-low);
|
||||||
color: var(--primary);
|
color: var(--primary);
|
||||||
z-index: z("base") + 1;
|
z-index: z("base") + 1;
|
||||||
|
margin-bottom: 1em;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
&.overlay {
|
&.overlay {
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
#banner {
|
#banner {
|
||||||
margin-bottom: 1em;
|
|
||||||
max-width: 1090px;
|
max-width: 1090px;
|
||||||
max-height: 250px;
|
max-height: 250px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
.alert.alert-info {
|
.alert.alert-info {
|
||||||
&.clickable {
|
&.clickable {
|
||||||
// there are (n) new or updated topics, click to show
|
// there are (n) new or updated topics, click to show
|
||||||
margin-top: 0;
|
margin: 0;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue