Skip to content

Commit

Permalink
FIX: outline dark emoji's overflowing Server Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenMan36 committed Dec 17, 2023
1 parent 4e934d6 commit f468cbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/discord-mods/themes/snippets/outline-dark-emojis.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @name Outline Dark Emojis
* @author asportnoy#6969 && GreenMan36
* @authorLink https://github.com/asportnoy
* @version 17.12.23b
* @version 17.12.23c
* @description A small snippet that makes dark emojis have a outline for visibility. ALL credits to @asportnoy#6969. I, GreenMan36#0633 made small edits and additions to the snippet.
*/

Expand All @@ -24,7 +24,7 @@
}

/* fixes glow cutoff at message edges, looks weird */
div[class*="messageContent__"]:has(span[class*="emojiContainer__"]) {
div[class*="messageContent__"]:not([class^="lineClamp"]):has(span[class*="emojiContainer__"]) {
overflow: visible;
}

Expand Down

0 comments on commit f468cbd

Please sign in to comment.