From 95ae16a1a49865ac55d4ef24132aeb8c50bd3204 Mon Sep 17 00:00:00 2001 From: xenua Date: Fri, 1 Nov 2024 18:45:32 +0100 Subject: [PATCH] fix status-card in notifications --- mastodon/mastodon4.user.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mastodon/mastodon4.user.css b/mastodon/mastodon4.user.css index 7e8ea3d..7315e0f 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.0 +@version 1.1.1 @description makes the mastodon *advanced* webinterface more compact and pleasant to look at @author xenua @license CNPLv7+ @@ -250,6 +250,11 @@ margin-inline-start: 0; width: 100%; } + + .status-card { + margin-inline-start: 4px; + width: calc(100% - 8px - 2.5px); + } } .notification-ungrouped__header {