From 9e10022014fd66084b8895470e98eac01cdcf45f Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Thu, 16 May 2024 23:11:59 +0300 Subject: [PATCH] I want my 5px back... --- public/css/world-info.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/public/css/world-info.css b/public/css/world-info.css index fb8a8728a..78af36950 100644 --- a/public/css/world-info.css +++ b/public/css/world-info.css @@ -81,7 +81,7 @@ .world_entry_form_control .keyprimarytextpole, .world_entry_form_control .keysecondarytextpole { - padding-right: 30px; + padding-right: 25px; } .world_entry_thin_controls { @@ -238,7 +238,8 @@ select.keyselect+span.select2-container .select2-selection--multiple { cursor: pointer; font-weight: bold; height: 20px; - margin-right: 10px; + width: fit-content; + margin-right: 5px; margin-top: calc(5px + var(--mainFontSize)); position: absolute; right: 0; @@ -248,7 +249,7 @@ select.keyselect+span.select2-container .select2-selection--multiple { border: none; font-size: 1em; - opacity: 0.75; + opacity: 0.5; color: var(--SmartThemeBodyColor); transition: opacity 0.3s; }