changed sidebar from 200 to 300

This commit is contained in:
2025-05-28 22:50:22 -04:00
parent 5ce4a786e7
commit f134f8a428

View File

@@ -490,7 +490,7 @@ $style = @'
.subtitle { font-size: 1.2rem; color: var(--gray-color); margin-top: 0.5em; }
.container { display:flex; height:100vh; overflow:hidden; }
.sidebar { width:200px; background:var(--background-color); padding:10px; }
.sidebar { width:300px; background:var(--background-color); padding:10px; }
.sidebar button {
display:block; width:100%; margin-bottom:10px; padding:10px;
color:var(--white-color); background:var(--btn-sidebar-light-gray);