Fix tiny user thumbnail size at 25x25 px
This commit is contained in:
parent
b5679e16db
commit
f3144a962b
1 changed files with 3 additions and 4 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue