usercard fixes
This commit is contained in:
parent
2a5d2bb83d
commit
157736c2ba
|
@ -224,8 +224,15 @@ div.page-selector div.pagebutton.forwpage { border-left: none; }
|
|||
1px 0px 0 var(--usercard-outline);
|
||||
}
|
||||
|
||||
.usercard .avatar { background-size: 100%; }
|
||||
.usercard .avatar.small { image-rendering: auto; }
|
||||
.usercard .aframe {
|
||||
display: inline-block;
|
||||
background-size: 100%;
|
||||
width: 128px; height: 128px;
|
||||
}
|
||||
.usercard .aframe.small {
|
||||
image-rendering: auto;
|
||||
width: 64px; height: 64px;
|
||||
}
|
||||
|
||||
/* == MAIN BODY */
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user