mirror of
https://github.com/moparisthebest/mail
synced 2024-11-26 10:52:17 -05:00
fix padding at bottom of mail list
This commit is contained in:
parent
2fdb72b04c
commit
9e9200aa05
@ -41,11 +41,12 @@
|
|||||||
|
|
||||||
.list-wrapper {
|
.list-wrapper {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 0 $padding-horizontal 78px $padding-horizontal;
|
padding: 0 $padding-horizontal;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
padding-bottom: 78px;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
Loading…
Reference in New Issue
Block a user