WIP: counters

This commit is contained in:
2025-06-16 22:41:33 -07:00
parent de74246a9c
commit 6f292102e4
13 changed files with 233 additions and 181 deletions

View File

@@ -576,6 +576,21 @@ div#status {
pointer-events: none;
}
.counters-list {
user-select: none;
}
.counters-list > img {
vertical-align: middle;
height: 20px;
border: 1px solid lightgray;
border-radius: 2px;
}
.counters-list > img:hover {
border: 1px solid gray;
}
@keyframes roll-out {
0% {
transform: scaleX(1);