tweak css

This commit is contained in:
syuilo 2023-01-10 11:19:56 +09:00
parent 3f033d6ab7
commit 6783178dc3
1 changed files with 2 additions and 2 deletions

View File

@ -464,11 +464,11 @@ function readPromo() {
.avatar {
flex-shrink: 0;
display: block;
display: block !important;
margin: 0 14px 8px 0;
width: 58px;
height: 58px;
position: sticky;
position: sticky !important;
top: calc(22px + var(--stickyTop, 0px));
left: 0;
}