mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-01 20:42:19 +08:00
fix: Broken styles in the latest snappymail release
This commit is contained in:
parent
4ead42aea2
commit
15deadaa1c
1 changed files with 6 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue