diff --git a/public/style.css b/public/style.css index fe2d6c958..cb0f00e37 100644 --- a/public/style.css +++ b/public/style.css @@ -3597,6 +3597,13 @@ body.movingUI #expression-holder { resize: both; } +#expression-image.default, +#expression-holder:has(.default) { + height: 120px; + margin-top: 0; + top: 50px; +} + /*No Text Shadows Mode*/ body.noShadows * { text-shadow: none !important;