Browse Source

add colored visibility icons

main
xenua 1 year ago
parent
commit
f85f060923
  1. 18
      mastodon/mastodon4.user.css

18
mastodon/mastodon4.user.css

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
/* ==UserStyle==
@name mastodon 4 ui tweaks
@namespace mastodon4
@version 1.0.3
@version 1.0.4
@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+
@ -134,6 +134,22 @@ @@ -134,6 +134,22 @@
height: 34px !important;
}
*/
/* colored visibility icons */
/*
.status__visibility-icon > .fa-globe, .detailed-status__meta > .fa-globe {
color: #1976d2;
}
.status__visibility-icon > .fa-unlock, .detailed-status__meta > .fa-unlock {
color: #388e3c;
}
.status__visibility-icon > .fa-lock, .detailed-status__meta > .fa-lock {
color: #ffa000;
}
.status__visibility-icon > .fa-at, .detailed-status__meta > .fa-at {
color: #d32f2f;
}
*/
}

Loading…
Cancel
Save