Skip to content

Commit b80ee84

Browse files
Merge pull request steam-bell-92#1049 from C4aZy/fix/gap-bw-sidebar
fix: remove duplicate margin-left causing gap between sidebar and con…
2 parents adc626b + 0537e10 commit b80ee84

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

web-app/css/styles.css

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6169,24 +6169,7 @@ body.sidebar-collapsed .sidebar-dock .sidebar-footer button {
61696169
}
61706170

61716171
/* Main content shift for expanded sidebar */
6172-
body.sidebar-active #main-content,
6173-
body.sidebar-active main {
6174-
margin-left: 280px !important;
6175-
width: calc(100% - 280px) !important;
6176-
}
6177-
6178-
/* Main content shift for collapsed sidebar */
6179-
body.sidebar-collapsed #main-content,
6180-
body.sidebar-collapsed main {
6181-
margin-left: 80px !important;
6182-
width: calc(100% - 80px) !important;
6183-
}
61846172

6185-
body:not(.sidebar-active):not(.sidebar-collapsed) #main-content,
6186-
body:not(.sidebar-active):not(.sidebar-collapsed) main {
6187-
margin-left: 0 !important;
6188-
width: 100% !important;
6189-
}
61906173

61916174
/* Container full width */
61926175
#main-content .container,

0 commit comments

Comments
 (0)