Skip to content

Commit 4bc5fca

Browse files
committed
fix(style): move aside/TOC breakpoint override to _head_extend.html
Avoid modifying the serene submodule directly; apply the 1400px breakpoint for hiding aside and #blank via project-level CSS override.
1 parent 8c5a4ef commit 4bc5fca

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

templates/_head_extend.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,11 @@
225225
grid-template-columns: 1fr;
226226
}
227227

228+
body.post aside,
229+
body.post #blank {
230+
display: none;
231+
}
232+
228233
body.post aside nav {
229234
display: none;
230235
}

themes/serene

0 commit comments

Comments
 (0)