From fe9dec1feaf9c20d91b6591ce0933d431c9ca040 Mon Sep 17 00:00:00 2001 From: RossAsscends <124905043+RossAscends@users.noreply.github.com> Date: Mon, 20 Mar 2023 01:45:03 +0900 Subject: [PATCH] css fix, top border fix for large popups (world/character) (top settings div does the 40px margin work for us now) --- public/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index c0873976f..e0d5f4b35 100644 --- a/public/style.css +++ b/public/style.css @@ -1307,12 +1307,12 @@ input[type=search]:focus::-webkit-search-cancel-button { margin-right: auto; left: 0; right: 0; - margin-top: 40px; box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); padding: 4px; /*border: 1px solid #333333;*/ flex-direction: column; z-index: 2064; + border-radius: 0 0 20px 20px; } #world_popup_bottom_holder { @@ -1874,7 +1874,6 @@ input[type="range"]{ margin-right: auto; left: 0; right: 0; - margin-top: 40px; box-shadow: 0 0 20px var(--black70a); padding-left: 30px; padding-right: 30px;