mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
fix: Non-standard width properties
This commit is contained in:
parent
cbbcaec957
commit
96d4ae51e3
1 changed files with 3 additions and 3 deletions
|
|
@ -559,7 +559,8 @@ html.rl-left-panel-disabled #rl-app #rl-left:has(#V-SettingsMenu:not([hidden]))
|
||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
height: 44px;
|
height: 44px;
|
||||||
min-width: fit-content;
|
min-width: fit-content;
|
||||||
width: -moz-fit-content;
|
width: stretch;
|
||||||
|
width: -moz-available;
|
||||||
width: -webkit-fill-available;
|
width: -webkit-fill-available;
|
||||||
margin: 3px !important;
|
margin: 3px !important;
|
||||||
|
|
||||||
|
|
@ -819,9 +820,8 @@ select option {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#rl-app .e-component.e-checkbox.material-design {
|
#rl-app .e-component.e-checkbox.material-design {
|
||||||
width: -moz-fit-content !important;
|
|
||||||
width: -webkit-fill-available !important;
|
|
||||||
width: fit-content !important;
|
width: fit-content !important;
|
||||||
|
width: -moz-fit-content !important;
|
||||||
display: flex;
|
display: flex;
|
||||||
position: relative;
|
position: relative;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue