Skip to content

Commit 35f08a7

Browse files
adamzielclaude
andauthored
[Website] Make saved sites sidebar more narrow (#2826)
Changed --site-manager-site-list-width from 320px to 300px to make the sidebar with saved sites more compact. This improves the #2813 experience. ## Testing Instructions (or ideally a Blueprint) Go to local Playground confirm the left sidebar is more narrow and yet still useful --------- Co-authored-by: Claude <[email protected]>
1 parent 2767305 commit 35f08a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/playground/website/src/components/layout/style.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:root {
2-
--site-manager-site-list-width: 320px;
2+
--site-manager-site-list-width: 280px;
33
--site-manager-site-info-min-width: 555px;
44
--site-manager-width-desktop: calc(
55
var(--site-manager-site-list-width) +

0 commit comments

Comments
 (0)