fix(frontend/gallery): 画像のスタイルが壊れている問題の修正 (MisskeyIO#924)
This commit is contained in:
parent
fc19699a49
commit
51af22f83a
1 changed files with 15 additions and 15 deletions
|
@ -182,6 +182,9 @@ definePageMetadata(() => ({
|
||||||
}
|
}
|
||||||
|
|
||||||
.rkxwuolj {
|
.rkxwuolj {
|
||||||
|
> .body {
|
||||||
|
padding: 32px;
|
||||||
|
|
||||||
> .files {
|
> .files {
|
||||||
> .file {
|
> .file {
|
||||||
> img {
|
> img {
|
||||||
|
@ -197,9 +200,6 @@ definePageMetadata(() => ({
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> .body {
|
|
||||||
padding: 32px;
|
|
||||||
|
|
||||||
> .title {
|
> .title {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue