bugfix/issue468-logo #469

Merged
deblan merged 2 commits from bugfix/issue468-logo into develop 2026-02-16 11:52:41 +01:00
2 changed files with 4 additions and 1 deletions

View file

@ -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

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 } ?>