style: upscale image on error page

This commit is contained in:
オスカー、 2024-06-20 00:43:48 +09:00
parent 09e6f90525
commit 544f00ecf3
Signed by: SWREI
GPG Key ID: 139D6573F92DA9F7
6 changed files with 7 additions and 10 deletions

View File

@ -41,7 +41,7 @@ const emit = defineEmits<{
.img {
vertical-align: bottom;
height: 128px;
height: 300px;
margin-bottom: 16px;
border-radius: 16px;
}

View File

@ -81,7 +81,7 @@ definePageMetadata(() => ({
.img {
vertical-align: bottom;
height: 128px;
height: 300px;
margin-bottom: 24px;
border-radius: 16px;
}

View File

@ -112,8 +112,7 @@ definePageMetadata(() => ({
.img {
vertical-align: bottom;
width: 128px;
height: 128px;
height: 300px;
margin-bottom: 16px;
border-radius: 16px;
}

View File

@ -131,7 +131,7 @@ definePageMetadata(() => ({
.root {
padding: 32px;
text-align: center;
align-items: center;
align-items: center;0
}
.text {
@ -140,8 +140,7 @@ definePageMetadata(() => ({
.img {
vertical-align: bottom;
width: 128px;
height: 128px;
height: 30px;
margin-bottom: 16px;
border-radius: 16px;
}

View File

@ -112,8 +112,7 @@ definePageMetadata(() => ({
.img {
vertical-align: bottom;
width: 128px;
height: 128px;
height: 300px;
margin-bottom: 16px;
border-radius: 16px;
}

View File

@ -399,7 +399,7 @@ rt {
> img {
vertical-align: bottom;
height: 128px;
height: 300px;
margin-bottom: 16px;
border-radius: 16px;
}