live users

This commit is contained in:
JurajKubrican
2025-08-04 20:05:08 +02:00
parent 70b0b70f65
commit c350501f29
5 changed files with 50 additions and 51 deletions

View File

@@ -10,8 +10,6 @@
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
width: 20px;
height: 20px;
background: transparent;
border: none;
position: relative;
@@ -50,4 +48,8 @@
display: grid;
grid-template-columns: repeat(32, 1fr); /* 32 equal columns */
grid-template-rows: repeat(32, 1fr); /* 32 equal rows */
}
.counter-label {
color: #4a7c59;
}