mirror of
https://github.com/moparisthebest/mail
synced 2024-12-22 15:28:49 -05:00
[WO-629] Fix nav margins for mobile
This commit is contained in:
parent
8b081c759a
commit
325e36b2e0
@ -7,7 +7,7 @@
|
||||
|
||||
min-height: 100%;
|
||||
position: relative;
|
||||
padding: 10px $nav-padding-h;
|
||||
padding: $nav-padding-h + 5px;
|
||||
background: $color-main;
|
||||
color: $color-main-text;
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
&__folder {
|
||||
position: relative;
|
||||
font-size: $font-size-bigger;
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 16px;
|
||||
padding-right: 40px;
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
@ -111,6 +111,7 @@
|
||||
}
|
||||
|
||||
@include respond-to(lg) {
|
||||
padding: $nav-padding-h;
|
||||
padding-top: 27px; // magic number to valign logo with action bar
|
||||
padding-bottom: $footer-height;
|
||||
background: $color-bg;
|
||||
|
Loading…
Reference in New Issue
Block a user