Fixed site discovery process that did not return all the sites
This commit is contained in:
+2
-4
@@ -69,10 +69,8 @@ body {
|
||||
}
|
||||
.logo { display: flex; align-items: center; gap: 11px; overflow: hidden; }
|
||||
.logo-mark {
|
||||
width: 38px; height: 38px; flex-shrink: 0; border-radius: 11px;
|
||||
background: linear-gradient(135deg, #6d6df0, #5b5bd6);
|
||||
color: #fff; font-weight: 700; font-size: 14px; letter-spacing: .5px;
|
||||
display: flex; align-items: center; justify-content: center;
|
||||
width: 38px; height: 38px; flex-shrink: 0;
|
||||
object-fit: contain;
|
||||
}
|
||||
.logo-text { font-weight: 700; font-size: 16px; color: var(--sidebar-text); white-space: nowrap; }
|
||||
.toggle-btn {
|
||||
|
||||
Reference in New Issue
Block a user