mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-06 06:52:20 +08:00
Show message toolbar on screens > 1400px #970
This commit is contained in:
parent
a8c7146f96
commit
0144be49bf
1 changed files with 2 additions and 2 deletions
|
@ -461,8 +461,8 @@ html:not(.sm-msgView-bottom):not(.sm-msgView-side) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
html.sm-msgView-side {
|
@media screen and (max-width: 1400px) {
|
||||||
#V-MailMessageView .top-toolbar {
|
html.sm-msgView-side #V-MailMessageView .top-toolbar {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue