hide instance in all mentions - zvava

This commit is contained in:
nelle 2024-07-11 02:15:53 -06:00
parent 98ab423bc8
commit 034b52f6d8

View file

@ -101,3 +101,7 @@ header.sidebar {
border-inline: .5px solid var(--divider);
border-left: none;
}
/* hide instance in all mentions */
.list .notes .article .mention .host { display: none; }