Skip to content

Commit 1f373af

Browse files
authored
fix: make vertical line relative to TOC height on blog posts page
Agent-Logs-Url: https://github.com/recodehive/recode-website/sessions/70f16249-5da3-43e3-a07a-37f9470703e6
1 parent 4caa73d commit 1f373af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2095,7 +2095,7 @@ html[data-theme="dark"] {
20952095
padding-left: 0 !important;
20962096
padding-right: 0.5rem !important;
20972097
border-left: 2px solid var(--ifm-toc-border-color) !important;
2098-
align-self: stretch !important;
2098+
align-self: flex-start !important;
20992099
}
21002100

21012101
/* TOC inner wrapper — sticky */

0 commit comments

Comments
 (0)