@@ -52,7 +52,7 @@
.z .header {}
.z .thumbnail {
--shadow-color: #aaa;
- --size: 40px;
+ --size: 25px;
align-items: center;
background: #ccc;
box-shadow: 0 0 20px var(--shadow-color);
@@ -60,7 +60,7 @@
display: flex;
flex-shrink: 0;
justify-content: center;
- font-size: 18px;
+ font-size: 14px;
height: var(--size);
width: var(--size);
} .z .thumbnail.online {