From 19f943fbc922b6159deccee86fccbea538e00152 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Fri, 27 Sep 2019 20:25:32 +0200 Subject: [PATCH] fixes --- Themes/BasicBackground/BasicBackground.css | 6 ++++++ Themes/FullThemeDark/FullThemeDark.css | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/Themes/BasicBackground/BasicBackground.css b/Themes/BasicBackground/BasicBackground.css index fbe75b37ec..58213d8c18 100644 --- a/Themes/BasicBackground/BasicBackground.css +++ b/Themes/BasicBackground/BasicBackground.css @@ -3522,6 +3522,9 @@ body:before { #app-mount #bda-qem-favourite-container { height: 328px; } +#app-mount .emojiPicker-3m1S-j .scrollerWrap-PyxcLY { + height: 224px; +} #app-mount #bda-qem { height: 30px; } @@ -3584,6 +3587,9 @@ body:before { background-color: rgb(var(--vaccentcolor)); border-radius: 5px; } +#app-mount .emojiPicker-3m1S-j .categories-1feg4n { + justify-content: space-evenly; +} #app-mount .emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq { transition: none; } diff --git a/Themes/FullThemeDark/FullThemeDark.css b/Themes/FullThemeDark/FullThemeDark.css index 921f2854d2..7077767650 100644 --- a/Themes/FullThemeDark/FullThemeDark.css +++ b/Themes/FullThemeDark/FullThemeDark.css @@ -206,6 +206,9 @@ #bda-qem-favourite-container { height: 328px; } +#app-mount .emojiPicker-3m1S-j .scrollerWrap-PyxcLY { + height: 224px; +} #app-mount .emojiPicker-3m1S-j .dimmer-3iH-5D.visible-3k45bQ { display: none; } @@ -254,6 +257,9 @@ #app-mount .emojiPicker-3m1S-j .noSearchResultsContainer-3Dee0U .wrapper-1GJGVj .sadImage-2ph8SI { background-image: url(https://discordapp.com/assets/e25713e4eba8c1e069ceac8f90262f62.svg); } +#app-mount .emojiPicker-3m1S-j .categories-1feg4n { + justify-content: space-evenly; +} #app-mount .emojiPicker-3m1S-j .categories-1feg4n .item-16cXuq { transition: none; }