Fix tiny user thumbnail size at 25x25 px

This commit is contained in:
Anton Khorev 2023-11-17 12:45:20 +03:00
parent b5679e16db
commit f3144a962b

View file

@ -957,10 +957,9 @@ img.user_thumbnail {
}
img.user_thumbnail_tiny {
width: auto;
height: auto;
max-width: 25px;
max-height: 25px;
width: 25px;
height: 25px;
object-fit: contain;
}
/* General styles for action lists / subnavs */