chore: Improve message list toolbar on mobile

This commit is contained in:
Rene Hampölz 2023-06-05 21:50:17 +00:00
parent 88a6ab3e11
commit c00a1e41d6

View file

@ -1416,6 +1416,10 @@ html.rl-left-panel-disabled #rl-app #V-MailFolderList .b-footer.btn-toolbar .btn
text-align: center; text-align: center;
} }
html.rl-mobile #rl-app #V-MailMessageList .btn-toolbar {
text-align: start;
}
#rl-app #V-MailMessageList .messageList { #rl-app #V-MailMessageList .messageList {
min-width: 360px; min-width: 360px;
} }