Separate theme and quick login; remove login button

Add a visual divider between theme and quick login, remove the header login button, and prevent end-users from seeing the login config modal by default.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dsyoon
2026-02-07 18:19:46 +09:00
parent 3370ca562e
commit d51951a241
3 changed files with 20 additions and 13 deletions

View File

@@ -143,6 +143,15 @@ html[data-theme="light"] .topbar {
justify-content: flex-end;
}
.divider {
width: 1px;
height: 34px;
align-self: center;
background: var(--border);
border-radius: 999px;
margin: 0 2px;
}
.sr-only {
position: absolute !important;
width: 1px !important;