Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
fix: adjust images position in a quoted toot
Browse files Browse the repository at this point in the history
  • Loading branch information
laughk committed Feb 20, 2023
1 parent f71bf68 commit b3efb84
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions fedibird.user.styl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fedibird.com のモダンテーマ(ダーク・ライト共通)のデザイ
}

@-moz-document regexp("https://fedibird.com/web/(?!statuses).*$") {
/* 引用に含まれる画像の位置 */
/* 引用に含まれる画像・動画の位置 */
div.video-player.inline,
div.media-gallery:nth-child(3) {
left: 15%;
Expand All @@ -38,11 +38,17 @@ div.media-gallery:nth-child(3) {
padding-top: 2.5px;
padding-left: 2.5px;
}

.quote-status > a:nth-child(1) > span:nth-child(2) > bdi:nth-child(1) {
padding-left: 0.25rem;
}

/* 引用に含まれる画像・動画の位置 */
div.video-player.inline,
div.media-gallery:nth-child(3) {
left: 15%;
width: 90% !important;
}

}

@-moz-document domain("fedibird.com") {
Expand Down

0 comments on commit b3efb84

Please sign in to comment.