mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
hide default emoji list on main page
This commit is contained in:
parent
8d60d7a999
commit
001736a462
1 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,12 @@
|
|||
|
||||
/** jormungandr css **/
|
||||
|
||||
/* hide default emoji list on main page */
|
||||
/* (you cant even set this woithout changing code, why is it there?) */
|
||||
div.emojis:nth-child(6) {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
/* hide the public note view on main page */
|
||||
.civpbkhh {
|
||||
visibility: hidden;
|
||||
|
|
Loading…
Reference in a new issue