mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 03:59:21 +03:00
Remove capa.Folders and always allow mailbox folders
This commit is contained in:
parent
1ac96c93d6
commit
e8deb4ff16
16 changed files with 21 additions and 105 deletions
|
|
@ -258,7 +258,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
html.rl-left-panel-disabled, html.rl-left-panel-short {
|
||||
html.rl-left-panel-disabled {
|
||||
.buttonComposeText{
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -223,11 +223,6 @@ html:not(.rl-left-panel-disabled) #rl-left.resizable > .resizer,
|
|||
}
|
||||
}
|
||||
|
||||
.hidden-on-ctrl-btn,
|
||||
.visible-on-ctrl-btn {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
html:not(.rl-ctrl-key-pressed) .visible-on-ctrl-btn,
|
||||
html.rl-ctrl-key-pressed .hidden-on-ctrl-btn,
|
||||
.show-on-panel-disabled {
|
||||
|
|
@ -257,16 +252,6 @@ html.rl-left-panel-disabled {
|
|||
}
|
||||
}
|
||||
|
||||
html.rl-left-panel-short #rl-left,
|
||||
html.rl-left-panel-short #rl-right {
|
||||
width: 60px !important;
|
||||
}
|
||||
|
||||
html.rl-left-panel-none #rl-left,
|
||||
html.rl-left-panel-none #rl-right {
|
||||
width: 10px !important;
|
||||
}
|
||||
|
||||
html.rl-mobile,
|
||||
html.rl-no-preview-pane {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue