mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
Removed simplestatemanager, use @media queries
This commit is contained in:
parent
6bffc452b0
commit
e1d3a143f4
9 changed files with 19 additions and 57 deletions
|
|
@ -129,8 +129,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
html.ssm-state-mobile .accountPlace {
|
||||
max-width: 150px !important;
|
||||
/* mobile */
|
||||
@media screen and (max-width: 767px) {
|
||||
.accountPlace {
|
||||
max-width: 150px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes firstBar {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue