Skip to content

Commit

Permalink
fix emoji picker background
Browse files Browse the repository at this point in the history
  • Loading branch information
przemec committed Jan 12, 2024
1 parent 765152e commit 0058de2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions scss/components/chat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@

//Emojipicker from chat
[class*="layer"] #emoji-picker-tab-panel[class*="wrapper"] {
background: transparent !important;
background: rgba(0, 0, 0, 0.95) !important;

[class*="emojiItem"] {
transition: transform 0.2s ease-in-out;
Expand All @@ -254,9 +254,6 @@
background: rgba(255, 255, 255, 0.3);
transform: scale(1.1);
}
[class*="emojiPicker"] > [class*="wrapper"] {
background: rgba(0, 0, 0, 0.9);
}
}

//new thread popout
Expand Down
5 changes: 1 addition & 4 deletions theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0058de2

Please sign in to comment.