release v5.0.0 #406

Merged
deblan merged 63 commits from develop into master 2025-04-16 19:56:55 +02:00
3 changed files with 20 additions and 8 deletions
Showing only changes of commit 835c437923 - Show all commits

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

Simon Vieille 2025-04-16 12:19:08 +02:00
Signed by: deblan
GPG key ID: 579388D585F70417

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