Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional Nitro hiding CSS #10

Merged
merged 1 commit into from
Jul 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions Useful.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ button[class*='emojiItemDisabled'] {
outline-offset: -2px;
cursor: pointer !important;
}

/* Makes the dark background transparent */
.emojiLockIconContainer_bcf389 {
background: rgba(0,0,0,0) !important;
Expand All @@ -19,6 +20,26 @@ button[class*='emojiItemDisabled'] {
width: 0 !important;
}

/* Hides lock on server icons */
.categoryItemLockIconContainer_bfabc4 {
display: none;
}

/* Hides the "Unlock every emoji with Nitro - Get Nitro" pop-up */
.upsellContainer_a3bc57 {
display: none;
}

/* Hides the divider between "Frequently Used" and server emojis */
.nitroTopDividerContainer_e8f337 {
display: none;
}

/* Makes the pink background behind "locked" emojis transparent. */
.categorySectionNitroLocked_a3bc57 {
background-color: transparent;
}


/* Other misc rules */
/* Make (normal) text emojis bigger */
Expand Down