userpic fix (#129)
This commit is contained in:
parent
ce0435ae81
commit
e66eeb48df
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user