mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 02:13:09 +02:00
fix(client): エラー画像表示崩れ修正 (#9599)
This commit is contained in:
parent
1f8f051ee2
commit
67d366c3ca
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@ import { i18n } from '@/i18n';
|
|||
.root {
|
||||
padding: 32px;
|
||||
text-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.text {
|
||||
|
@ -29,6 +30,7 @@ import { i18n } from '@/i18n';
|
|||
|
||||
.img {
|
||||
vertical-align: bottom;
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
margin-bottom: 16px;
|
||||
border-radius: 16px;
|
||||
|
|
Loading…
Reference in a new issue