mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-01 12:32:40 +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 {
|
||||
#V-MailMessageView .top-toolbar {
|
||||
@media screen and (max-width: 1400px) {
|
||||
html.sm-msgView-side #V-MailMessageView .top-toolbar {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue