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