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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user