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