mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -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; } */
|
:is(article, .reply-to > .main) a.avatar:not([title*="@"]) + :is(span, div) a.name { color: #c0ffee; } */
|
||||||
|
|
||||||
/** jormungandr css **/
|
/** jormungandr css **/
|
||||||
|
|
||||||
|
/* hide the public note view on main page */
|
||||||
|
.civpbkhh {
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
/* Make foreground of mobile pencil icon dark */
|
/* Make foreground of mobile pencil icon dark */
|
||||||
|
|
||||||
|
|
||||||
.postButton .ph-pencil {
|
.postButton .ph-pencil {
|
||||||
color: var(--bg);
|
color: var(--bg);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue