mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-29 16:34:21 +08: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;
|
||||
height: 44px;
|
||||
min-width: fit-content;
|
||||
width: -moz-fit-content;
|
||||
width: stretch;
|
||||
width: -moz-available;
|
||||
width: -webkit-fill-available;
|
||||
margin: 3px !important;
|
||||
|
||||
|
@ -819,9 +820,8 @@ select option {
|
|||
*/
|
||||
|
||||
#rl-app .e-component.e-checkbox.material-design {
|
||||
width: -moz-fit-content !important;
|
||||
width: -webkit-fill-available !important;
|
||||
width: fit-content !important;
|
||||
width: -moz-fit-content !important;
|
||||
display: flex;
|
||||
position: relative;
|
||||
align-items: center;
|
||||
|
|
Loading…
Add table
Reference in a new issue