fix(UserError): resize error images

This commit is contained in:
무라쿠모 2024-08-16 23:56:03 +09:00
parent 8b5144bb1c
commit ee45180539
No known key found for this signature in database
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;
} }