Add light mode theme setting and remove offline banner
Release rolling / release (push) Has been cancelled
Release rolling / release (push) Has been cancelled
Dark remains default; users can pick light or match system under Settings → Appearance. Drop the full-height connection-lost banner that stretched across the window.
This commit is contained in:
-17
@@ -18,23 +18,6 @@
|
||||
padding: 0.75rem 0.85rem 0.2rem;
|
||||
}
|
||||
|
||||
#offline-banner {
|
||||
display: none;
|
||||
align-items: center;
|
||||
gap: 0.75rem;
|
||||
padding: 0.5rem 1rem;
|
||||
background: linear-gradient(90deg, #7c2d12, #9a3412);
|
||||
color: #fff7ed;
|
||||
font-size: 0.9rem;
|
||||
z-index: 2000;
|
||||
}
|
||||
#offline-banner.visible {
|
||||
display: flex;
|
||||
}
|
||||
#offline-banner .btn {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.pd-badge {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user