From 912fd36e29e06ba45bf1f5d74dbd0bb0bde09893 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Thu, 16 May 2024 00:32:58 +0300 Subject: [PATCH] Set proper height of fancypants button instead of 100% --- public/css/world-info.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/css/world-info.css b/public/css/world-info.css index 41889f3f7..4669b3f6f 100644 --- a/public/css/world-info.css +++ b/public/css/world-info.css @@ -232,7 +232,8 @@ select.keyselect+span.select2-container .select2-selection--multiple { .switch_input_type_icon { cursor: pointer; font-weight: bold; - height: calc(100% - var(--mainFontSize)); + height: max-content; + top: 50%; width: 25px; margin-right: 5px; position: absolute;