bugfix/issue468-logo #469

Merged
deblan merged 2 commits from bugfix/issue468-logo into develop 2026-02-16 11:52:41 +01:00
Showing only changes of commit 5ccb56309a - Show all commits

fix #468: force nextcloud logo display css rule (opener-only)

Simon Vieille 2026-02-16 10:09:31 +01:00
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -38,7 +38,7 @@ body[data-theme-light], body[data-theme-light-highcontrast] {
<?php if ($_['opener-only']) { ?>
#nextcloud {
display: none;
display: none !important;
}
<?php } ?>