develop #472

Merged
deblan merged 5 commits from develop into master 2026-02-27 09:17:06 +01:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit c0aaa206ed - Show all commits

Merge pull request 'bugfix/issue468-logo' (#469) from bugfix/issue468-logo into develop
Some checks are pending
ci/woodpecker/push/build Pipeline is pending approval
ci/woodpecker/push/security Pipeline is pending approval

Reviewed-on: #469
Simon Vieille 2026-02-16 11:52:40 +01:00

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