fix(UserError): resize error images
This commit is contained in:
parent
8b5144bb1c
commit
ee45180539
@ -36,8 +36,7 @@ import { serverErrorImageUrl } from '@/instance.js';
|
||||
|
||||
.img {
|
||||
vertical-align: bottom;
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
height: 300px;
|
||||
margin-bottom: 16px;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
@ -36,8 +36,7 @@ import { serverErrorImageUrl } from '@/instance.js';
|
||||
|
||||
.img {
|
||||
vertical-align: bottom;
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
height: 300px;
|
||||
margin-bottom: 16px;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user