From ef7b979b19f64a0674f4ba1b0ed239dfdb67c279 Mon Sep 17 00:00:00 2001 From: xenua Date: Wed, 4 Oct 2023 15:23:24 +0200 Subject: [PATCH] add option to hide the e2ee notice on the pm column --- mastodon/mastodon4.user.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/mastodon/mastodon4.user.css b/mastodon/mastodon4.user.css index 8eb8838..5d2a2fe 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.9 +@version 1.0.10 @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+ @@ -198,6 +198,13 @@ line-height: 125% } */ + + /* hide pm notice about e2ee */ + /* + .follow_requests-unlocked_explanation { + display: none; + } + */ /* hide follow request indicator */ /*