From d1337026997a0a28441d42e1897148b83db6f2c7 Mon Sep 17 00:00:00 2001 From: xenua Date: Mon, 25 Nov 2024 14:14:42 +0100 Subject: [PATCH] fix video player spacing in some cases --- mastodon/mastodon4.user.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/mastodon/mastodon4.user.css b/mastodon/mastodon4.user.css index 24f86d3..00913f6 100644 --- a/mastodon/mastodon4.user.css +++ b/mastodon/mastodon4.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name xenua's mastodon 4 frontend tweaks @namespace git.xenua.me/xenua -@version 1.1.3 +@version 1.1.4 @description makes the mastodon *advanced* webinterface more compact and pleasant to look at @author xenua @license CNPLv7+ @@ -330,7 +330,9 @@ .status__action-bar, .media-gallery, .status-card, - .hashtag-bar { + .hashtag-bar, + .video-player, + .status__content__read-more-button { margin-inline-start: 16px; width: calc(100% - 16px); } @@ -349,6 +351,14 @@ .status__content__text { padding-left: 4px; } + + .video-player { + margin-top: 12px; + } + + .status__content__read-more-button { + margin-top: 4px; + } } .detailed-status {