diff --git a/public/style.css b/public/style.css index fa7b83ce1..42fb0ff53 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; @@ -1034,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 { @@ -1212,6 +1211,7 @@ input[type=search]:focus::-webkit-search-cancel-button { width: 100%; height: 100vh; z-index: 9999; + top: 0; } #colab_shadow_popup {