Skip to content

Commit 57be148

Browse files
author
Lukas Nys
committed
style: increase sidebar width to avoid items overflowing (#879)
1 parent bf6e401 commit 57be148

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/styles/app.css

+5-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ main a.edit-icon {
2626
background: none;
2727
}
2828

29+
.sidebar-container {
30+
--sidebar-width: fit-content;
31+
}
32+
2933
.es-sidebar-content .table-of-contents:first-child {
3034
margin-block-start: 0;
3135
}
@@ -91,7 +95,7 @@ li.toc-heading:first-child {
9195
padding: 0 var(--spacing-4);
9296
justify-content: start;
9397
}
94-
98+
9599
.es-sidebar {
96100
padding: var(--spacing-4);
97101
background-color: var(--color-gray-200);

0 commit comments

Comments
 (0)