fix (client): error image aspect ratio

Co-authored-by: naskya <m@naskya.net>
This commit is contained in:
masaya.suzuki 2024-08-09 15:48:34 +09:00 committed by naskya
parent 437f7ac336
commit 7660050d99
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -28,6 +28,7 @@ import icon from "@/scripts/icon";
.mjndxjcg {
padding: 32px;
text-align: center;
align-items: center;
> p {
margin-block-start: 0;
@ -43,6 +44,7 @@ import icon from "@/scripts/icon";
> img {
vertical-align: bottom;
inline-size: 128px;
block-size: 128px;
margin-block-end: 16px;
border-radius: 16px;