mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-28 04:47:37 -07:00
hide instance in all mentions - zvava
This commit is contained in:
parent
98ab423bc8
commit
034b52f6d8
1 changed files with 4 additions and 0 deletions
|
@ -101,3 +101,7 @@ header.sidebar {
|
||||||
border-inline: .5px solid var(--divider);
|
border-inline: .5px solid var(--divider);
|
||||||
border-left: none;
|
border-left: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* hide instance in all mentions */
|
||||||
|
|
||||||
|
.list .notes .article .mention .host { display: none; }
|
||||||
|
|
Loading…
Reference in a new issue