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 {