fix: Broken styles in the latest snappymail release

This commit is contained in:
Rene Hampölz 2023-01-30 11:12:11 +00:00
parent 4ead42aea2
commit 15deadaa1c

View file

@ -178,7 +178,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar {
margin: 2px;
padding: 0 2em 0 15px;
height: 38px;
line-height: 38px;
line-height: 38px !important;
border-radius: var(--border-radius-pill);
color: unset;
border: none;
@ -189,7 +189,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar {
#rl-app #V-SettingsMenu nav a {
height: 44px;
min-height: 44px;
line-height: 44px;
line-height: 44px !important;
}
#rl-app #V-AdminMenu nav a.selected,
@ -595,6 +595,10 @@ select option {
* message list
*/
#rl-app #V-MailMessageList {
overflow: unset;
}
#rl-app .thm-message-list-top-toolbar,
#rl-app .thm-message-list-bottom-toolbar {
background: unset !important;