From b3efb84ec5df9aba27d731792a044d96664ab8f2 Mon Sep 17 00:00:00 2001 From: Kei IWASAKI Date: Mon, 20 Feb 2023 21:47:07 +0900 Subject: [PATCH] fix: adjust images position in a quoted toot --- fedibird.user.styl | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/fedibird.user.styl b/fedibird.user.styl index 9734e6e..b1622bf 100644 --- a/fedibird.user.styl +++ b/fedibird.user.styl @@ -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%; @@ -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") {