Don't make font bigger when screen > 1400px

This commit is contained in:
the-djmaze 2023-02-25 14:32:45 +01:00
parent 661e66d7fd
commit 9ef96fccdd

View file

@ -412,16 +412,6 @@ html:not(.sm-msgView-bottom):not(.sm-msgView-side) .message-selected #V-MailMess
}
}
/* desktop-large */
@media screen and (min-width: 1401px) {
.messageListItem {
font-size: 13px;
time {
font-size: 13px;
}
}
}
#messagesDragImage {
color: #fff;
background-color: #000;