improve always displayed menu icons style
This commit is contained in:
parent
a43da950e8
commit
835c437923
3 changed files with 20 additions and 8 deletions
|
|
@ -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
Add a link
Reference in a new issue