Avatar: set img tag's width attribute

pull/22631/head
zepeng 2023-08-03 13:03:20 +08:00 committed by GitHub
parent f14b5ba540
commit 1b2e567311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
>img { >img {
display: block; display: block;
width: 100%;
height: 100%; height: 100%;
vertical-align: middle; vertical-align: middle;
} }