develop #472
2 changed files with 4 additions and 1 deletions
Merge pull request 'bugfix/issue468-logo' (#469) from bugfix/issue468-logo into develop
Reviewed-on: #469
commit
c0aaa206ed
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ body[data-theme-light], body[data-theme-light-highcontrast] {
|
|||
|
||||
<?php if ($_['opener-only']) { ?>
|
||||
#nextcloud {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
<?php } ?>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue