From 5ccb56309a9f75b28bc9ed16b64f6f0f7e85e7ad Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 16 Feb 2026 10:09:31 +0100 Subject: [PATCH] fix #468: force nextcloud logo display css rule (opener-only) --- templates/css/stylesheet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/css/stylesheet.php b/templates/css/stylesheet.php index 969f17a..5bdc08b 100644 --- a/templates/css/stylesheet.php +++ b/templates/css/stylesheet.php @@ -38,7 +38,7 @@ body[data-theme-light], body[data-theme-light-highcontrast] { #nextcloud { - display: none; + display: none !important; }