Skip to content

Commit c08ac58

Browse files
scopsycursoragent
andauthored
style(root): increase docs sidebar width to 16rem on large screens fixes DOC-365 (#11659)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
1 parent effda2e commit c08ac58

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@media (min-width: 1024px) {
22
#sidebar-content {
3-
width: 15rem;
4-
min-width: 15rem;
5-
max-width: 15rem;
3+
width: 16rem;
4+
min-width: 16rem;
5+
max-width: 16rem;
66
}
77
}

0 commit comments

Comments
 (0)