diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2ef54a9..e1dbe85 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
## [Unreleased]
+## 5.2.0
+### Added
+* add compatibility with NC33
+### Fixed
+* fix #468: force nextcloud logo display css rule (opener-only)
+
## 5.1.3
### Fixed
- fix #445: fix build by adding package-lock.json
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9cbc457..d6917c5 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -53,7 +53,7 @@ In case of downtime, you can download **Custom Menu** from [here](https://kim.de
-
+
OCA\SideMenu\Settings\Admin
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;
}