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:
parent
a43da950e8
commit
835c437923
3 changed files with 21 additions and 9 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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']) { ?>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue