Skip to content

Commit dc44e48

Browse files
committed
Grid: Fixed sidebar width
1 parent d54e349 commit dc44e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/v2/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ textarea:not([rows]) {
281281

282282
--header-height: 4rem;
283283

284-
--sidebar-width: 24rem;
284+
--sidebar-width: min(24rem, 100%);
285285
--sidebar-item-padding-lr: 0.75rem;
286286
--sidebar-item-padding-tb: 0.25rem;
287287
--content-max-width: 88rem;

0 commit comments

Comments
 (0)