From c10d0e8442bd2e2e408f4cf7e4a6e2dbd5df3043 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 9 Nov 2022 12:51:56 +0100 Subject: [PATCH 1/2] reduce the height of categories list (fix #173) --- css/sideMenu.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; From 474387ff43d233ef8da3024742df703efc0995b8 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 10 Nov 2022 13:07:35 +0100 Subject: [PATCH 2/2] release v3.3.2 --- CHANGELOG.md | 4 ++++ appinfo/info.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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