From f741362878cdbc3945f8a951d105312da1e03686 Mon Sep 17 00:00:00 2001 From: xenua Date: Sun, 27 Nov 2022 17:40:03 +0100 Subject: [PATCH] add optional feature that disables the follow request count indicator --- mastodon/mastodon4.user.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/mastodon/mastodon4.user.css b/mastodon/mastodon4.user.css index 99a9f32..cc14e9b 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.1 +@version 1.0.2 @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+ @@ -91,5 +91,16 @@ filter: hue-rotate(360deg) saturate(1) brightness(1.1); } } + + /*======== + misc stuff + ========*/ + + /* hide follow request indicator */ + /* + .column-link[title="Follow requests"] > .column-link__badge { + display: none; + } + */ }