From 49be3f1c497b7cb7efa52a50628eacdb1dcd04e5 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 8 Mar 2021 18:45:12 +0100 Subject: [PATCH] improve styling of side-menu --- src/styles/app.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/styles/app.css b/src/styles/app.css index 4d588c2..51dd687 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -108,7 +108,7 @@ body { @media (min-width: 768px) { .app-content-margin-left { - margin-left: 275px !important; + margin-left: 195px !important; } } @@ -123,9 +123,8 @@ body { * Menus */ .menu-sidebar { - /*display: inline-table;*/ padding: 20px 25px 20px 25px; - width: 250px; + width: 160px; float: left; background-color: #fff; @@ -148,9 +147,13 @@ body { .menu-sidebar ul { padding-top: 10px; + margin-bottom: 0; list-style: none; white-space: nowrap; } +.menu-sidebar li { + margin: 5px 0; +} .menu-sidebar a::after { /* Trick to make menu items to be as wide as in bold */