mirror of
https://github.com/moparisthebest/mail
synced 2025-02-12 05:00:19 -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 {
|
.view-mail-list {
|
||||||
$padding-horizontal: 15px;
|
$padding-horizontal: 15px;
|
||||||
$padding-vertical: 10px;
|
$padding-vertical: 10px;
|
||||||
|
position: relative;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
background: $color-grey-lightest;
|
background: $color-grey-lightest;
|
||||||
background-image: linear-gradient(to right ,$color-grey-lightest 98%, darken($color-grey-lightest, 1%) 100%);
|
background-image: linear-gradient(to right ,$color-grey-lightest 98%, darken($color-grey-lightest, 1%) 100%);
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: $padding-vertical $padding-horizontal;
|
padding: $padding-vertical $padding-horizontal;
|
||||||
text-shadow: 0px 1px 1px $color-grey-lighter;
|
text-shadow: 0px 1px 1px $color-grey-lighter;
|
||||||
@ -41,15 +42,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
padding-bottom: 98px;
|
|
||||||
@include respond-to(desktop) {
|
|
||||||
padding-bottom: 126px;
|
padding-bottom: 126px;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
height: 0px;
|
|
||||||
@include respond-to(desktop) {
|
|
||||||
height: 28px;
|
height: 28px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -57,8 +53,7 @@
|
|||||||
left: 0px;
|
left: 0px;
|
||||||
padding: 0 $nav-padding;
|
padding: 0 $nav-padding;
|
||||||
background: darken($color-grey-lightest, 1%);
|
background: darken($color-grey-lightest, 1%);
|
||||||
width: $content-nav-width;
|
width: 100%;
|
||||||
border-right: 1px solid $color-grey-light;
|
|
||||||
font-size: $font-size-smaller;
|
font-size: $font-size-smaller;
|
||||||
color: $color-grey-dark;
|
color: $color-grey-dark;
|
||||||
line-height: em(28,12);
|
line-height: em(28,12);
|
||||||
@ -89,7 +84,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes rotation {
|
@keyframes rotation {
|
||||||
from {
|
from {
|
||||||
|
Loading…
Reference in New Issue
Block a user