Show message toolbar on screens > 1400px #970

This commit is contained in:
the-djmaze 2023-02-25 10:55:24 +01:00
parent a8c7146f96
commit 0144be49bf

View file

@ -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;
} }
} }