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