Skip to content

Commit

Permalink
Show message toolbar on screens > 1400px #970
Browse files Browse the repository at this point in the history
  • Loading branch information
the-djmaze committed Feb 25, 2023
1 parent a8c7146 commit 0144be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/Styles/User/MessageView.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 0144be4

Please sign in to comment.