Browse Source

add option to hide the e2ee notice on the pm column

main
xenua 7 months ago
parent
commit
ef7b979b19
Signed by: xenua
GPG Key ID: 8F93B68BD37255B8
  1. 9
      mastodon/mastodon4.user.css

9
mastodon/mastodon4.user.css

@ -1,7 +1,7 @@ @@ -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 @@ @@ -198,6 +198,13 @@
line-height: 125%
}
*/
/* hide pm notice about e2ee */
/*
.follow_requests-unlocked_explanation {
display: none;
}
*/
/* hide follow request indicator */
/*

Loading…
Cancel
Save