mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-01 20:42:19 +08:00
fix: MessageList min width
This commit is contained in:
parent
eb8bdd60c8
commit
1b10e304d4
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue