style: upscale image on error page
This commit is contained in:
parent
09e6f90525
commit
544f00ecf3
@ -41,7 +41,7 @@ const emit = defineEmits<{
|
||||
|
||||
.img {
|
||||
vertical-align: bottom;
|
||||
height: 128px;
|
||||
height: 300px;
|
||||
margin-bottom: 16px;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
@ -81,7 +81,7 @@ definePageMetadata(() => ({
|
||||
|
||||
.img {
|
||||
vertical-align: bottom;
|
||||
height: 128px;
|
||||
height: 300px;
|
||||
margin-bottom: 24px;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
@ -112,8 +112,7 @@ definePageMetadata(() => ({
|
||||
|
||||
.img {
|
||||
vertical-align: bottom;
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
height: 300px;
|
||||
margin-bottom: 16px;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -112,8 +112,7 @@ definePageMetadata(() => ({
|
||||
|
||||
.img {
|
||||
vertical-align: bottom;
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
height: 300px;
|
||||
margin-bottom: 16px;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
@ -399,7 +399,7 @@ rt {
|
||||
|
||||
> img {
|
||||
vertical-align: bottom;
|
||||
height: 128px;
|
||||
height: 300px;
|
||||
margin-bottom: 16px;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user