userpic fix (#129)

This commit is contained in:
Ilya Y 2023-07-18 14:23:28 +03:00 committed by GitHub
parent ce0435ae81
commit e66eeb48df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@
height: 100%; height: 100%;
object-fit: cover; object-fit: cover;
width: 100%; width: 100%;
display: block;
} }
.userpic { .userpic {
@ -26,20 +27,22 @@
font-size: small; font-size: small;
text-align: center; text-align: center;
line-height: 28px; line-height: 28px;
width: 100%;
height: 100%;
min-width: 32px; min-width: 32px;
max-width: 32px;
} }
.anonymous { .anonymous {
height: 17px !important; height: 17px !important;
object-fit: contain; object-fit: contain;
width: 20px !important; width: 20px !important;
margin: auto;
} }
a:link, a:link,
a:visited { a:visited {
border: none; border: none;
display: block; display: flex;
height: 100%; height: 100%;
padding: 0 !important; padding: 0 !important;
text-align: center; text-align: center;