mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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;
|
margin: 2px;
|
||||||
padding: 0 2em 0 15px;
|
padding: 0 2em 0 15px;
|
||||||
height: 38px;
|
height: 38px;
|
||||||
line-height: 38px;
|
line-height: 38px !important;
|
||||||
border-radius: var(--border-radius-pill);
|
border-radius: var(--border-radius-pill);
|
||||||
color: unset;
|
color: unset;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
@ -189,7 +189,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar {
|
||||||
#rl-app #V-SettingsMenu nav a {
|
#rl-app #V-SettingsMenu nav a {
|
||||||
height: 44px;
|
height: 44px;
|
||||||
min-height: 44px;
|
min-height: 44px;
|
||||||
line-height: 44px;
|
line-height: 44px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app #V-AdminMenu nav a.selected,
|
#rl-app #V-AdminMenu nav a.selected,
|
||||||
|
|
@ -595,6 +595,10 @@ select option {
|
||||||
* message list
|
* message list
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#rl-app #V-MailMessageList {
|
||||||
|
overflow: unset;
|
||||||
|
}
|
||||||
|
|
||||||
#rl-app .thm-message-list-top-toolbar,
|
#rl-app .thm-message-list-top-toolbar,
|
||||||
#rl-app .thm-message-list-bottom-toolbar {
|
#rl-app .thm-message-list-bottom-toolbar {
|
||||||
background: unset !important;
|
background: unset !important;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue