File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,13 @@ $mobileSidebarWidth = $sidebarWidth * 0.82
21
21
transition transform .2s ease
22
22
.page
23
23
padding-left 0
24
- .theme-container.sidebar-open
25
- .sidebar
26
- transform translateX (0 )
24
+ .theme-container
25
+ & .sidebar-open
26
+ .sidebar
27
+ transform translateX (0 )
28
+ & .no-navbar
29
+ .sidebar
30
+ padding-top : 0
27
31
28
32
// narrow mobile
29
33
@media (max-width : $MQMobileNarrow)
Original file line number Diff line number Diff line change @@ -167,10 +167,14 @@ th, td
167
167
.sidebar-mask
168
168
display : block
169
169
& .no-navbar
170
- .content :not (.custom )
170
+ .content :not (.custom ) >
171
171
h1 , h2 , h3 , h4 , h5 , h6
172
172
margin-top 1.5rem
173
173
padding-top 0
174
+ .sidebar
175
+ top 0
176
+ .custom-layout
177
+ padding-top 0
174
178
175
179
176
180
@media (min-width : ($MQMobile + 1px ))
You can’t perform that action at this time.
0 commit comments