From 71cfad0ed6228a53f0774de65ac8a533443fea94 Mon Sep 17 00:00:00 2001 From: gonimoro <> Date: Thu, 19 Sep 2024 12:55:16 +0200 Subject: [PATCH] Fixing menu alignment --- single-user-eosc/eosc/custom.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/single-user-eosc/eosc/custom.css b/single-user-eosc/eosc/custom.css index 2da55ed..1d5930d 100644 --- a/single-user-eosc/eosc/custom.css +++ b/single-user-eosc/eosc/custom.css @@ -1,5 +1,5 @@ /* - Custom CSS modifying default JupyterLab default UI to include EOSC themes + Custom CSS modifying default JupyterLab UI to include EOSC themes */ /*----------------------------------------------------------------------------- @@ -443,11 +443,12 @@ all of MD as it is not optimized for dense, information rich UIs. width: 220px !important; /* size of the image space */ } - #jp-MainMenu .lm-MenuBar-content { - margin-top: 14px !important; + #jp-menu-panel { + display: flex !important; + align-items: end !important; } .lm-MenuBar-item { - margin-top: 9px !important; line-height: 20px !important; } + \ No newline at end of file