Reduce/simplify CSS footprint

This commit is contained in:
the-djmaze 2023-02-24 11:45:26 +01:00
parent b03d35bc7a
commit 91b4ff16bd
28 changed files with 102 additions and 134 deletions

View file

@ -208,24 +208,19 @@
/**/
}
.btn {
&.buttonCompose {
max-height: 2em;
max-width: fit-content;
overflow: hidden;
width: calc(100% - 48px);
}
#rl-left .buttonCompose {
max-height: 2em;
max-width: fit-content;
overflow: hidden;
width: calc(100% - 48px);
}
html.rl-left-panel-disabled {
.buttonComposeText{
.buttonComposeText,
.buttonContacts {
display: none;
}
.btn.buttonCompose {
#rl-left .buttonCompose {
width: auto;
}
.btn.buttonContacts {
margin-top: 10px !important;
margin-left: 0 !important;
}
}