fix in peers refresh

This commit is contained in:
Mateusz Gruszczyński
2026-06-09 11:34:24 +02:00
parent b2cede7b63
commit 2d37ccbec4
7 changed files with 11 additions and 10 deletions
+4 -3
View File
@@ -2599,11 +2599,12 @@ body.mobile-mode .mobile-filter-bar {
.peer-refresh-note {
align-items: center;
display: flex;
gap: 0.5rem;
margin-bottom: 0.5rem;
color: var(--bs-secondary-color);
display: inline-flex;
flex: 1 1 auto;
font-size: 0.875rem;
gap: 0.5rem;
min-width: 12rem;
}
.auth-page {