5 lines
66 B
CSS
Raw Normal View History

2023-10-13 09:43:04 +04:00
.avatar-small {
2023-11-09 09:13:24 +04:00
width: 35px;
2023-10-13 09:43:04 +04:00
height: 35px;
2023-11-09 09:13:24 +04:00
object-fit: cover;
}