Skip to content

Commit b5223ce

Browse files
committed
chore: Update boostlook.css from boostlook repository
1 parent f63fdf5 commit b5223ce

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

static/css/boostlook.css

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3271,9 +3271,9 @@ html.is-clipped--nav:has(.boostlook) div#content {
32713271
background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2224px%22%20viewBox%3D%220%20-960%20960%20960%22%20width%3D%2224px%22%20fill%3D%22%235f6368%22%3E%3Cpath%20d%3D%22M560-240%20320-480l240-240%2056%2056-184%20184%20184%20184-56%2056Z%22%2F%3E%3C%2Fsvg%3E");
32723272
}
32733273

3274-
html.toc-visible.toc-pinned .boostlook {
3274+
/* html.toc-visible.toc-pinned .boostlook {
32753275
margin-left: var(--main-max-width-leftbar);
3276-
}
3276+
} */
32773277
}
32783278
/* TOC Common End */
32793279

@@ -4285,6 +4285,7 @@ div.source-docs-antora.boostlook:not(:has(.doc)):not(:has(> .boostlook)) > #cont
42854285
left: max(0rem, 50% - 45rem);
42864286
}
42874287
}
4288+
/* TOC Common End */
42884289

42894290
/*----------------- Quickbook Documentation Styles end -----------------*/
42904291

@@ -4320,3 +4321,23 @@ div.source-docs-antora.boostlook:not(:has(.doc)):not(:has(> .boostlook)) > #cont
43204321
}
43214322

43224323
/*----------------- Library README Styles end -----------------*/
4324+
4325+
/*----------------- AsciiDoc Specfic Documentation Layout -----------------*/
4326+
4327+
.article.toc2.toc-left:has(div.source-docs-antora.boostlook) {
4328+
margin-right: 0 !important;
4329+
}
4330+
4331+
.article.toc2.toc-left:has(div.source-docs-antora.boostlook) {
4332+
margin-right: 0 !important;
4333+
}
4334+
4335+
div.source-docs-antora.boostlook .boostlook {
4336+
margin-left: var(--main-max-width-leftbar);
4337+
}
4338+
4339+
@media (min-width: 1470px) {
4340+
div.source-docs-antora.boostlook .boostlook {
4341+
margin-left: 0;
4342+
}
4343+
}

0 commit comments

Comments
 (0)