Sync better

This commit is contained in:
Magnus Åhall 2026-06-09 17:23:44 +02:00
parent 1f24f1f2f2
commit be7f5dbf30
5 changed files with 24 additions and 22 deletions

View file

@ -326,6 +326,10 @@ n2-syncprogress {
opacity: 1;
}
&.ok {
background-color: #5aa02c;
}
grid-template-columns: min-content repeat(3, min-content);
grid-gap: 8px 8px;
white-space: nowrap;