Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Dec 20, 2024
1 parent e29f68c commit 92c04af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions layout-multiple-columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -1661,6 +1661,7 @@ body.embed .detailed-status,
}

.layout-multiple-columns .media-gallery:has(.spoiler-button) .media-gallery__preview {
/* stylelint-disable-next-line */
width: 100% !important;
}

Expand Down
1 change: 1 addition & 0 deletions layout-single-column.css
Original file line number Diff line number Diff line change
Expand Up @@ -1767,6 +1767,7 @@ body.embed .detailed-status .video-player,
}

.layout-single-column .media-gallery:has(.spoiler-button) .media-gallery__preview {
/* stylelint-disable-next-line */
width: 100% !important;
}

Expand Down

0 comments on commit 92c04af

Please sign in to comment.