remove the gap between the window's top and menu categories (large menu)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2022-10-18 19:35:35 +02:00
parent e31da3af6f
commit c01db7c9e1
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
## [Unreleased]
### Fixed
- Remove the gap between the window's top and menu categories (large menu)
## 3.0.0
### Added
* Add compatibility with NC25 (#136/#135)

View file

@ -197,10 +197,10 @@
}
.side-menu-categories {
max-height: calc(100vh - 50px);
max-height: calc(100vh - 5px);
overflow: auto;
position: relative;
top: 50px;
top: 5px;
display: flex;
flex-wrap: wrap;
justify-content: center;