From f173a5e496a975f6f1f3a8471e232d67413ce16f Mon Sep 17 00:00:00 2001 From: Angelillo15 Date: Mon, 7 Aug 2023 15:58:16 +0200 Subject: [PATCH] Fix height and make smaller the icons height --- resources/scripts/assets/css/sidebar.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/scripts/assets/css/sidebar.css b/resources/scripts/assets/css/sidebar.css index 7c8b026d4..9dc424c96 100644 --- a/resources/scripts/assets/css/sidebar.css +++ b/resources/scripts/assets/css/sidebar.css @@ -45,7 +45,7 @@ You should have received a copy of the GNU General Public License along with Noo overflow: auto; z-index: 999999; margin-top: 0; - top: 6vh; + top: 3.5rem; height: 94vh; } @@ -84,8 +84,8 @@ You should have received a copy of the GNU General Public License along with Noo .icon { border-radius: 30%; - width: 50px; - height: 50px; + width: 45px; + height: 45px; text-align: center; background-size: 100px; line-height: 30px; @@ -188,10 +188,10 @@ div.content { top: 0; width: 100%; z-index: 10000; - height: 6vh; + height: 3.5rem; overflow-y: hidden; } .nook-container { - margin-top: 8vh; + margin-top: 5rem; } \ No newline at end of file