From e268fbb9b12948e03f0719bebc9c2e20cc8ef0a3 Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Tue, 21 Mar 2023 14:14:37 +0200 Subject: [PATCH] Top character bar fixed --- public/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/style.css b/public/style.css index 17616f28a..f4f5601b1 100644 --- a/public/style.css +++ b/public/style.css @@ -1032,6 +1032,7 @@ input[type=search]:focus::-webkit-search-cancel-button { #rm_characters_block .form_create_bottom_buttons_block { justify-content: space-evenly !important; + flex-grow: 0; } .form_create_bottom_buttons_block {