Browse Source

fix hashtag-bar spacing under status-in-thread

main
xenua 2 months ago
parent
commit
444055cdca
Signed by: xenua
GPG Key ID: 8F93B68BD37255B8
  1. 5
      mastodon/mastodon4.user.css

5
mastodon/mastodon4.user.css

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
/* ==UserStyle==
@name xenua's mastodon 4 frontend tweaks
@namespace git.xenua.me/xenua
@version 1.1.1
@version 1.1.2
@description makes the mastodon *advanced* webinterface more compact and pleasant to look at
@author xenua
@license CNPLv7+
@ -325,7 +325,8 @@ @@ -325,7 +325,8 @@
.status__content,
.status__action-bar,
.media-gallery,
.status-card {
.status-card,
.hashtag-bar {
margin-inline-start: 16px;
width: calc(100% - 16px);
}

Loading…
Cancel
Save