From b5d2c31906f70466ac4f6cc362fd7930300bfb5d Mon Sep 17 00:00:00 2001 From: Konstantinos Triantafyllou Date: Thu, 5 Dec 2019 09:15:15 +0000 Subject: [PATCH] [Monitor Dashboard]: Remove flex center from menu items and onhover dots git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@57816 d315682c-612b-4755-9ff5-7f18f6832af3 --- src/assets/theme-assets/dashboard-custom.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/assets/theme-assets/dashboard-custom.css b/src/assets/theme-assets/dashboard-custom.css index 13b03bf..337086d 100644 --- a/src/assets/theme-assets/dashboard-custom.css +++ b/src/assets/theme-assets/dashboard-custom.css @@ -44,13 +44,15 @@ html .dashboard { .dashboard #sidebar_main .menu_section > ul li > a { font-size: var(--sidebar-font-size); - line-height: 19px; color: rgba(0, 0, 0, 0.7); } +.dashboard #sidebar_main .menu_section > ul ul > li > a { + line-height: 20px; +} + .dashboard #sidebar_main .menu_section > ul li > a { display: flex; - align-items: center; } body.dashboard {