fix(ags ws bar): keep same length when empty
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2023-12-27 12:39:45 -05:00
parent ed92a42266
commit 1fb60120a7

View file

@ -10,11 +10,7 @@
min-height: 22px;
min-width: 22px;
border-radius: 100%;
}
.empty {
border: 2px solid transparent;
transition: background-color 0.6s ease-in-out;
}
.occupied {