From 11d31b7a1738ece28895ab593fe65e59f73ca657 Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Tue, 21 Mar 2023 13:24:08 +0200 Subject: [PATCH 1/3] Update right nav css --- public/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/public/style.css b/public/style.css index 6a48fef2e..17616f28a 100644 --- a/public/style.css +++ b/public/style.css @@ -616,9 +616,7 @@ input[type=submit] {} #right-nav-panel-tabs { margin-top: 10px; margin-bottom: 10px; - width: calc(100% - 50px); - margin-left: 20px; - margin-right: 30px; + width: calc(100% - 15px); max-height: 30px; display: flex; align-items: flex-end; From e268fbb9b12948e03f0719bebc9c2e20cc8ef0a3 Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Tue, 21 Mar 2023 14:14:37 +0200 Subject: [PATCH 2/3] 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 { From 8fef5288b93b47de8f68a896d5f5eb73800189fb Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Tue, 21 Mar 2023 14:18:50 +0200 Subject: [PATCH 3/3] Shadow popup position fix --- public/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/style.css b/public/style.css index f4f5601b1..e2c08a896 100644 --- a/public/style.css +++ b/public/style.css @@ -1211,6 +1211,7 @@ input[type=search]:focus::-webkit-search-cancel-button { width: 100%; height: 100vh; z-index: 9999; + top: 0; } #colab_shadow_popup {