This commit is contained in:
2026-06-16 07:51:38 -06:00
parent 8b0e4df43d
commit dcec78d4b7
7 changed files with 87 additions and 10 deletions

View File

@@ -229,8 +229,8 @@ input {
/* Sidebar */
.lesson-sidebar {
width: 260px;
flex: 0 0 260px;
width: 360px;
flex: 0 0 360px;
background: #fff;
border-right: 1px solid var(--line);
overflow-y: auto;
@@ -300,7 +300,7 @@ input {
color: var(--muted);
cursor: pointer;
padding: 0 12px;
font-size: 16px;
font-size: 24px;
}
.lesson-sidebar-remove:hover {