fix(UserError): resize error images

This commit is contained in:
オスカー、 2024-08-16 23:56:03 +09:00
parent 8b5144bb1c
commit ee45180539
Signed by: SWREI
GPG Key ID: 139D6573F92DA9F7
2 changed files with 2 additions and 4 deletions

View File

@ -36,8 +36,7 @@ import { serverErrorImageUrl } from '@/instance.js';
.img { .img {
vertical-align: bottom; vertical-align: bottom;
width: 128px; height: 300px;
height: 128px;
margin-bottom: 16px; margin-bottom: 16px;
border-radius: 16px; border-radius: 16px;
} }

View File

@ -36,8 +36,7 @@ import { serverErrorImageUrl } from '@/instance.js';
.img { .img {
vertical-align: bottom; vertical-align: bottom;
width: 128px; height: 300px;
height: 128px;
margin-bottom: 16px; margin-bottom: 16px;
border-radius: 16px; border-radius: 16px;
} }