fix: MessageList min width

This commit is contained in:
Rene Hampölz 2023-02-21 17:03:44 +00:00
parent eb8bdd60c8
commit 1b10e304d4

View file

@ -743,6 +743,10 @@ input[type="checkbox"]:checked,
overflow: unset;
}
#rl-app #V-MailMessageList .messageList {
min-width: 350px;
}
#rl-app .thm-message-list-top-toolbar,
#rl-app .thm-message-list-bottom-toolbar {
background: unset !important;