improve always displayed menu icons style
Some checks are pending
ci/woodpecker/push/build Pipeline is pending approval
ci/woodpecker/push/security Pipeline is pending approval
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/security Pipeline was successful

This commit is contained in:
Simon Vieille 2025-04-16 12:19:08 +02:00
commit 835c437923
Signed by: deblan
GPG key ID: 579388D585F70417
3 changed files with 20 additions and 8 deletions

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']) { ?>