fix(frontend/gallery): 画像のスタイルが壊れている問題の修正 (MisskeyIO#924)

This commit is contained in:
皐月なふ (Nafu Satsuki) 2025-02-01 23:08:38 +09:00 committed by GitHub
parent fc19699a49
commit 51af22f83a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -182,24 +182,24 @@ definePageMetadata(() => ({
}
.rkxwuolj {
> .files {
> .file {
> img {
display: block;
max-width: 100%;
max-height: 500px;
margin: 0 auto;
}
& + .file {
margin-top: 16px;
}
}
}
> .body {
padding: 32px;
> .files {
> .file {
> img {
display: block;
max-width: 100%;
max-height: 500px;
margin: 0 auto;
}
& + .file {
margin-top: 16px;
}
}
}
> .title {
font-weight: bold;
font-size: 1.2em;