From d647296333cd5a8f7b57041712aece6433fe2955 Mon Sep 17 00:00:00 2001 From: xenua Date: Wed, 4 Oct 2023 15:10:31 +0200 Subject: [PATCH] fix status-card in threads --- mastodon/mastodon4.user.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/mastodon/mastodon4.user.css b/mastodon/mastodon4.user.css index ee38323..8eb8838 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.8 +@version 1.0.9 @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+ @@ -49,10 +49,9 @@ margin-inline-start: 16px; } .status-card { - margin-inline-start: 0; - width: calc(100% - 24px); - margin: 12px 12px 0 12px; - margin-top: 12px; + margin-inline-start: 0 !important; + width: calc(100% - 24px) !important; + margin: 12px 12px 0 12px !important; padding: 0; border: 2px solid #565e76; }