File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ a:not([href]):not([class]):hover {
232232 height : calc (100vh - 5.5rem );
233233 top : 5.5rem ;
234234 overflow-y : auto ;
235- padding-top : 0 ;
235+ padding-top : 1 rem ;
236236 margin-top : 0 ;
237237 overflow-x : hidden ;
238238}
@@ -256,7 +256,7 @@ a:not([href]):not([class]):hover {
256256 .td-sidebar {
257257 height : 100vh ;
258258 top : 0 ;
259- padding-top : 3 rem ;
259+ padding-top : 0 rem ;
260260 }
261261}
262262
@@ -331,6 +331,7 @@ a:not([href]):not([class]):hover {
331331
332332// Right sidebar
333333.td-sidebar-toc {
334+ margin-top : 0rem ;
334335 line-height : 1.25rem ;
335336 border-left : 1px solid $border-color ;
336337 background-image : linear-gradient (to top ,
Original file line number Diff line number Diff line change @@ -4,4 +4,5 @@ github.com/google/docsy v0.14.3 h1:4uFgPWTPj4NT79IboVkXGi49LLQadLVfU4WNOfD/s74=
44github.com/google/docsy v0.14.3 /go.mod h1:1Fj1W1O3esZh7IBQ8XAYtxtg10udBXuGI89+LUQc1AU =
55github.com/google/docsy/dependencies v0.7.2 h1:+t5ufoADQAj4XneFphz4A+UU0ICAxmNaRHVWtMYXPSI =
66github.com/google/docsy/dependencies v0.7.2 /go.mod h1:gihhs5gmgeO+wuoay4FwOzob+jYJVyQbNaQOh788lD4 =
7+ github.com/twbs/bootstrap v5.2.3+incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
78github.com/twbs/bootstrap v5.3.8+incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
You can’t perform that action at this time.
0 commit comments