mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
fix: Clipped elements on disabled left panel
This commit is contained in:
parent
15deadaa1c
commit
96e090650d
1 changed files with 6 additions and 3 deletions
|
|
@ -63,6 +63,10 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html.rl-left-panel-disabled #rl-app #rl-left {
|
||||||
|
width: 65px !important;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1000px) {
|
@media screen and (min-width: 1000px) {
|
||||||
#rl-app .b-folders .btn.buttonContacts {
|
#rl-app .b-folders .btn.buttonContacts {
|
||||||
transition: none;
|
transition: none;
|
||||||
|
|
@ -316,7 +320,6 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar {
|
||||||
#rl-app .btn.buttonCompose {
|
#rl-app .btn.buttonCompose {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
width: 100%;
|
|
||||||
box-sizing: content-box !important;
|
box-sizing: content-box !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -343,9 +346,9 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar {
|
||||||
padding: 4px 14px;
|
padding: 4px 14px;
|
||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
height: 44px;
|
height: 44px;
|
||||||
min-width: -moz-fit-content;
|
|
||||||
min-width: -webkit-fill-available;
|
|
||||||
min-width: fit-content;
|
min-width: fit-content;
|
||||||
|
width: -moz-fit-content;
|
||||||
|
width: -webkit-fill-available;
|
||||||
|
|
||||||
font-size: var(--default-font-size);
|
font-size: var(--default-font-size);
|
||||||
border-radius: var(--border-radius-pill);
|
border-radius: var(--border-radius-pill);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue