Skip to content

Commit

Permalink
fix(style): also fold backlinks into content if graph is hidden (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fevol committed Dec 12, 2024
1 parent 2eb770c commit 54fdebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/starlight-site-graph/styles/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

/* Move graph and other contents in page sidebar into bottom of page */
@media (max-width: calc(72em - 1px)) {
.main-frame > div:has(.graph-panel) {
.main-frame > div:has(.graph-panel, .backlinks-panel) {
display: flex;
flex-direction: column-reverse;
.right-sidebar {
Expand Down

0 comments on commit 54fdebf

Please sign in to comment.