Skip to content

Commit

Permalink
fix(frontend/gallery): 画像のスタイルが壊れている問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
nafu-at committed Feb 1, 2025
1 parent 9153574 commit b5f93ed
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions packages/frontend/src/pages/gallery/post.vue
Original file line number Diff line number Diff line change
Expand Up @@ -182,23 +182,23 @@ definePageMetadata(() => ({
}

.rkxwuolj {
> .files {
> .file {
> img {
display: block;
max-width: 100%;
max-height: 500px;
margin: 0 auto;
}
> .body {
padding: 32px;

> .files {
> .file {
> img {
display: block;
max-width: 100%;
max-height: 500px;
margin: 0 auto;
}

& + .file {
margin-top: 16px;
& + .file {
margin-top: 16px;
}
}
}
}

> .body {
padding: 32px;

> .title {
font-weight: bold;
Expand Down

0 comments on commit b5f93ed

Please sign in to comment.