Fixed site discovery process that did not return all the sites

This commit is contained in:
2026-06-04 11:32:34 +02:00
parent 95aca34b31
commit ce2f0512cb
10 changed files with 315 additions and 58 deletions
+2 -4
View File
@@ -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 {