mirror of
https://github.com/moparisthebest/mail
synced 2025-02-07 10:30:18 -05:00
show sync status in mobile mode and fix css
This commit is contained in:
parent
d37b9ca5e3
commit
449d680060
@ -1,13 +1,14 @@
|
||||
.view-mail-list {
|
||||
$padding-horizontal: 15px;
|
||||
$padding-vertical: 10px;
|
||||
position: relative;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
background: $color-grey-lightest;
|
||||
background-image: linear-gradient(to right ,$color-grey-lightest 98%, darken($color-grey-lightest, 1%) 100%);
|
||||
|
||||
header {
|
||||
|
||||
cursor: pointer;
|
||||
padding: $padding-vertical $padding-horizontal;
|
||||
text-shadow: 0px 1px 1px $color-grey-lighter;
|
||||
@ -41,15 +42,10 @@
|
||||
}
|
||||
|
||||
ul {
|
||||
padding-bottom: 98px;
|
||||
@include respond-to(desktop) {
|
||||
padding-bottom: 126px;
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
height: 0px;
|
||||
@include respond-to(desktop) {
|
||||
height: 28px;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
@ -57,8 +53,7 @@
|
||||
left: 0px;
|
||||
padding: 0 $nav-padding;
|
||||
background: darken($color-grey-lightest, 1%);
|
||||
width: $content-nav-width;
|
||||
border-right: 1px solid $color-grey-light;
|
||||
width: 100%;
|
||||
font-size: $font-size-smaller;
|
||||
color: $color-grey-dark;
|
||||
line-height: em(28,12);
|
||||
@ -88,7 +83,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes rotation {
|
||||
|
Loading…
Reference in New Issue
Block a user