increase grid column width for sidebar

This commit is contained in:
2026-07-17 13:45:33 +08:00
parent c7e3d269ed
commit 9242157aaf
+1 -1
View File
@@ -145,7 +145,7 @@ textarea {
.launcher-shell {
display: grid;
grid-template-columns: 48px minmax(0, 1fr);
grid-template-columns: 80px minmax(0, 1fr);
min-height: 100vh;
background: #fff;
color: #171717;