@@ -52,16 +52,16 @@
.z .header {}
.z .thumbnail {
--shadow-color: #aaa;
- --size: 25px;
+ --size: 14px;
align-items: center;
background: #ccc;
- box-shadow: 0 0 6px var(--shadow-color);
+ box-shadow: 0 0 0px var(--shadow-color);
border-radius: 50%;
display: flex;
flex-shrink: 0;
justify-content: center;
- font-size: 12px;
- padding: 15px;
+ font-size: 10px;
+ padding: 12px;
height: var(--size);
width: var(--size);
} .z .thumbnail.online {