From 3b547c24aa6c9ee61a3a4322c80dfeb92e5a5c28 Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Mon, 27 Mar 2023 21:16:15 +0300 Subject: [PATCH] Better WI editor header --- public/index.html | 2 +- public/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 77b60e9d9..035f0aba6 100644 --- a/public/index.html +++ b/public/index.html @@ -1129,7 +1129,7 @@

World Info Editor - (?) + ?

 
diff --git a/public/style.css b/public/style.css index 11fd3d8fe..d11f57073 100644 --- a/public/style.css +++ b/public/style.css @@ -1305,7 +1305,7 @@ input[type=search]:focus::-webkit-search-cancel-button { display: flex; flex-direction: row; align-items: center; - margin-left: 36px; + margin-left: 18px; } #form_rename_world {