Add global notes/links overview modals and fix SSE drain race condition
This commit is contained in:
@@ -31,6 +31,22 @@ header h1 {
|
||||
color: #64748b;
|
||||
}
|
||||
|
||||
.header-btn {
|
||||
background: #334155;
|
||||
color: #94a3b8;
|
||||
border: 1px solid #475569;
|
||||
border-radius: 6px;
|
||||
padding: 4px 12px;
|
||||
font-size: 0.8rem;
|
||||
cursor: pointer;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
|
||||
.header-btn:hover {
|
||||
background: #475569;
|
||||
color: #e2e8f0;
|
||||
}
|
||||
|
||||
.refresh-btn {
|
||||
margin-left: auto;
|
||||
background: #334155;
|
||||
|
||||
Reference in New Issue
Block a user