Browse Source

add optional feature that disables the follow request count indicator

main
xenua 1 year ago
parent
commit
f741362878
  1. 13
      mastodon/mastodon4.user.css

13
mastodon/mastodon4.user.css

@ -1,7 +1,7 @@ @@ -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 @@ @@ -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;
}
*/
}

Loading…
Cancel
Save