Merge pull request 'release v3.3.2' (#175) from develop into master
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline was successful Details

Reviewed-on: #175
This commit is contained in:
Simon Vieille 2022-11-10 13:08:27 +01:00
commit fa15824dad
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
## [Unreleased]
## 3.3.2
### Fixed
* fix #173: reduce the height of categories list
## 3.3.1
### Fixed
* fix #162: top and side apps does work correctly

View File

@ -32,7 +32,7 @@ Notice
Because I believe in a free and decentralized Internet, [Gitnet](https://gitnet.fr) is **self-hosted at home**.
In case of downtime, you can download **Custom Menu** from [here](https://kim.deblan.fr/~side_menu/).
]]></description>
<version>3.3.1</version>
<version>3.3.2</version>
<licence>agpl</licence>
<author mail="contact@deblan.fr" homepage="https://www.deblan.io/">Simon Vieille</author>
<namespace>SideMenu</namespace>

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;