Ensured that Insight menu bars are always of a fixed width

This commit is contained in:
Nav
2021-10-06 01:02:00 +01:00
parent ecbf482df8
commit 1aef5bba79
2 changed files with 9 additions and 1 deletions

View File

@@ -194,6 +194,7 @@ QScrollBar::sub-line:vertical {
/* Left-side panel */
#left-side-menu-bar {
max-width: 22px;
min-width: 22px;
background-color: transparent;
height: auto;
border-right: 1px solid #2F2F2D;
@@ -294,6 +295,7 @@ QScrollBar::sub-line:vertical {
#bottom-menu-bar {
background-color: transparent;
max-height: 22px;
min-height: 22px;
border-top: 1px solid #2F2F2D;
}