Browse Source

fix video player spacing in some cases

main
xenua 4 weeks ago
parent
commit
d133702699
Signed by: xenua
GPG Key ID: 8F93B68BD37255B8
  1. 14
      mastodon/mastodon4.user.css

14
mastodon/mastodon4.user.css

@ -1,7 +1,7 @@
/* ==UserStyle== /* ==UserStyle==
@name xenua's mastodon 4 frontend tweaks @name xenua's mastodon 4 frontend tweaks
@namespace git.xenua.me/xenua @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 @description makes the mastodon *advanced* webinterface more compact and pleasant to look at
@author xenua @author xenua
@license CNPLv7+ @license CNPLv7+
@ -330,7 +330,9 @@
.status__action-bar, .status__action-bar,
.media-gallery, .media-gallery,
.status-card, .status-card,
.hashtag-bar { .hashtag-bar,
.video-player,
.status__content__read-more-button {
margin-inline-start: 16px; margin-inline-start: 16px;
width: calc(100% - 16px); width: calc(100% - 16px);
} }
@ -349,6 +351,14 @@
.status__content__text { .status__content__text {
padding-left: 4px; padding-left: 4px;
} }
.video-player {
margin-top: 12px;
}
.status__content__read-more-button {
margin-top: 4px;
}
} }
.detailed-status { .detailed-status {

Loading…
Cancel
Save