release v3.3.2 #175

Merged
deblan merged 3 commits from develop into master 2022-11-10 13:08:28 +01:00
Showing only changes of commit c10d0e8442 - Show all commits

reduce the height of categories list (fix #173)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful

Simon Vieille 2022-11-09 12:51:56 +01:00
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -198,7 +198,7 @@
}
.side-menu-categories {
max-height: calc(100vh - 5px);
max-height: calc(100vh - 55px);
overflow: auto;
position: relative;
top: 5px;