From 5ccb56309a9f75b28bc9ed16b64f6f0f7e85e7ad Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 16 Feb 2026 10:09:31 +0100 Subject: [PATCH 1/2] 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; } From 0124336558aeed23b6d86d0233a614de0887fc45 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 16 Feb 2026 10:12:09 +0100 Subject: [PATCH 2/2] doc: update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ef54a9..eb88a7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## [Unreleased] +### Fixed +* fix #468: force nextcloud logo display css rule (opener-only) + ## 5.1.3 ### Fixed - fix #445: fix build by adding package-lock.json