Skip to content

Commit

Permalink
Fixing menu alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
gonimoro committed Sep 19, 2024
1 parent 5bbcb39 commit 71cfad0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions single-user-eosc/eosc/custom.css
Original file line number Diff line number Diff line change
@@ -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
*/

/*-----------------------------------------------------------------------------
Expand Down Expand Up @@ -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;
}

0 comments on commit 71cfad0

Please sign in to comment.