1
0
Fork 0
mirror of https://gitnet.fr/deblan/side_menu.git synced 2025-12-17 21:02:25 +01:00

improve always displayed menu icons style

This commit is contained in:
Simon Vieille 2025-04-16 12:19:08 +02:00
parent a43da950e8
commit 835c437923
No known key found for this signature in database
GPG key ID: 579388D585F70417
3 changed files with 21 additions and 9 deletions

View file

@ -94,11 +94,6 @@
}
&-displaypicker {
button {
display: inline-block !important;
margin: 2px;
}
img {
padding: 10px 10px 10px 0;
border: 2px solid transparent;
@ -249,10 +244,19 @@
}
}
&-button-inline {
button {
display: inline-block;
&-children-inline {
> * {
display: inline-block !important;
margin-right: 5px;
margin-bottom: 5px;
}
}
&-button-inline {
.button-vue {
display: inline-block !important;
margin-right: 5px;
margin-bottom: 5px;
}
}
}

View file

@ -172,7 +172,7 @@
line-height: 30px;
color: var(--side-menu-text-color, #fff);
display: block;
padding: 7px 0 5px 15px;
padding: 7px 0 5px 13px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

View file

@ -74,6 +74,10 @@ body[data-theme-light], body[data-theme-light-highcontrast] {
width: 15px;
height: 15px;
}
.cm-app a {
padding-left: 16px !important;
}
<?php } elseif ('normal' === $_['size-icon']) { ?>
.cm-app-icon svg {
width: 20px;
@ -94,6 +98,10 @@ body[data-theme-light], body[data-theme-light-highcontrast] {
width: 23px;
height: 23px;
}
.cm-app a {
padding-left: 11px !important;
}
<?php } ?>
<?php if ('hidden' === $_['size-text']) { ?>