Skip to content

Commit

Permalink
fix(frontend): 1:1以外のエラー画像のアスペクト比が崩れる問題 (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyme authored Apr 23, 2024
1 parent aa893a4 commit 8bc2301
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions packages/frontend/src/components/global/MkError.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const emit = defineEmits<{
.root {
padding: 32px;
text-align: center;
align-items: center;
}

.text {
Expand All @@ -41,7 +40,6 @@ const emit = defineEmits<{

.img {
vertical-align: bottom;
width: 128px;
height: 128px;
margin-bottom: 16px;
border-radius: 16px;
Expand Down
2 changes: 0 additions & 2 deletions packages/frontend/src/pages/invite.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ definePageMetadata(() => ({
.root {
padding: 32px;
text-align: center;
align-items: center;
}

.text {
Expand All @@ -112,7 +111,6 @@ definePageMetadata(() => ({

.img {
vertical-align: bottom;
width: 128px;
height: 128px;
margin-bottom: 16px;
border-radius: 16px;
Expand Down
2 changes: 0 additions & 2 deletions packages/frontend/src/pages/list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ definePageMetadata(() => ({
.root {
padding: 32px;
text-align: center;
align-items: center;
}

.text {
Expand All @@ -140,7 +139,6 @@ definePageMetadata(() => ({

.img {
vertical-align: bottom;
width: 128px;
height: 128px;
margin-bottom: 16px;
border-radius: 16px;
Expand Down
2 changes: 0 additions & 2 deletions packages/frontend/src/pages/role.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ definePageMetadata(() => ({
.root {
padding: 32px;
text-align: center;
align-items: center;
}

.text {
Expand All @@ -112,7 +111,6 @@ definePageMetadata(() => ({

.img {
vertical-align: bottom;
width: 128px;
height: 128px;
margin-bottom: 16px;
border-radius: 16px;
Expand Down

0 comments on commit 8bc2301

Please sign in to comment.