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

This commit is contained in:
Simon Vieille 2026-02-16 10:09:31 +01:00
commit 5ccb56309a
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 } ?>