From 444055cdca62f1a3a16ca570dbdc445aa5659253 Mon Sep 17 00:00:00 2001 From: xenua Date: Fri, 1 Nov 2024 18:50:33 +0100 Subject: [PATCH] fix hashtag-bar spacing under status-in-thread --- mastodon/mastodon4.user.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mastodon/mastodon4.user.css b/mastodon/mastodon4.user.css index 7315e0f..78868f4 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.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 @@ .status__content, .status__action-bar, .media-gallery, - .status-card { + .status-card, + .hashtag-bar { margin-inline-start: 16px; width: calc(100% - 16px); }