1
0
mirror of https://github.com/moparisthebest/mail synced 2025-02-07 10:30:18 -05:00

fix list scrolling height due to search bar

This commit is contained in:
Tankred Hase 2013-12-06 17:43:14 +01:00
parent 71357c2ccc
commit 599ef3fecb

View File

@ -41,9 +41,9 @@
} }
ul { ul {
padding-bottom: 50px; padding-bottom: 98px;
@include respond-to(desktop) { @include respond-to(desktop) {
padding-bottom: 78px; padding-bottom: 126px;
} }
} }