diff --git a/CHANGELOG.md b/CHANGELOG.md index 7afbc5f..e53563a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/appinfo/info.xml b/appinfo/info.xml index d8a06b8..e3e1ea1 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -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/). ]]> - 3.3.1 + 3.3.2 agpl Simon Vieille SideMenu diff --git a/css/sideMenu.css b/css/sideMenu.css index 914c18f..189d4da 100644 --- a/css/sideMenu.css +++ b/css/sideMenu.css @@ -198,7 +198,7 @@ } .side-menu-categories { - max-height: calc(100vh - 5px); + max-height: calc(100vh - 55px); overflow: auto; position: relative; top: 5px;