From 028b860bdeb965c70980caea9b6939f68834a0b5 Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Mon, 13 Feb 2023 14:08:06 +0200 Subject: [PATCH] Adjust CSS --- public/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 7d5892d88..37e97b574 100644 --- a/public/style.css +++ b/public/style.css @@ -529,15 +529,23 @@ input[type=button] { flex-direction: column; } +#rm_characters_topbar_buttons { + margin-top: 0; + display: flex; + flex-direction: row; + align-items: center; +} + #rm_characters_topbar_expander { flex-grow: 1; } #form_character_search_form { - margin-right: 1rem; + margin-bottom: 1rem; } #character_search_bar { + width: 90%; outline: none; box-shadow: 0 0px 0px rgba(255, 255, 255, 0.0); border: none;