mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 09:27:31 -07:00
hide the public note view on main page
This commit is contained in:
parent
d012a2a5eb
commit
3748d131ba
1 changed files with 6 additions and 2 deletions
|
@ -25,9 +25,13 @@
|
|||
:is(article, .reply-to > .main) a.avatar:not([title*="@"]) + :is(span, div) a.name { color: #c0ffee; } */
|
||||
|
||||
/** jormungandr css **/
|
||||
|
||||
/* hide the public note view on main page */
|
||||
.civpbkhh {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
/* Make foreground of mobile pencil icon dark */
|
||||
|
||||
|
||||
.postButton .ph-pencil {
|
||||
color: var(--bg);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue