From 936303a2c8ca3612605d3f5259b130bbed9de744 Mon Sep 17 00:00:00 2001 From: xenua Date: Sun, 8 Oct 2023 21:53:42 +0200 Subject: [PATCH] fix hashtag bar indentation in threads --- mastodon/mastodon4.user.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mastodon/mastodon4.user.css b/mastodon/mastodon4.user.css index 5a03817..63b2a54 100644 --- a/mastodon/mastodon4.user.css +++ b/mastodon/mastodon4.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name mastodon 4 ui tweaks @namespace mastodon4 -@version 1.0.11 +@version 1.0.12 @description fixes the weird spacing on the new mastodon web ui. intended for the advanced user interface, may also work with the single column one. @author xenua @license CNPLv7+ @@ -52,6 +52,10 @@ margin-inline-start: 8px; width: calc(100% - 8px); } + .status--in-thread .hashtag-bar { + margin-inline-start: 8px; + width: calc(100% - 32px); + } .status-card { margin-inline-start: 0 !important; width: calc(100% - 24px) !important;