UX: margin improvement for mobile alerts

This commit is contained in:
awesomerobot 2021-06-24 15:21:11 -04:00 committed by Alan Guo Xiang Tan
parent 3b32b6bc13
commit 895df9c239
3 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -3,7 +3,6 @@
// -------------------------------------------------- // --------------------------------------------------
#banner { #banner {
margin-bottom: 1em;
max-width: 1090px; max-width: 1090px;
max-height: 250px; max-height: 250px;
} }

View File

@ -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;
} }
} }