fix: advanced settings full width, remove incorrect create session button, center browse folders text

This commit is contained in:
Shantur Rathore
2025-10-28 21:58:24 +00:00
parent 3937ced8f7
commit 317d076117
2 changed files with 6 additions and 15 deletions

View File

@@ -1374,7 +1374,7 @@
}
.panel-section-header {
@apply px-4 py-3 flex items-center justify-between transition-colors cursor-pointer;
@apply w-full px-4 py-3 flex items-center justify-between transition-colors cursor-pointer;
background-color: var(--surface-secondary);
}