diff --git a/public/style.css b/public/style.css index 9ef9e6efd..42ca2be14 100644 --- a/public/style.css +++ b/public/style.css @@ -2093,6 +2093,7 @@ input[type="range"]::-webkit-slider-thumb { width: 20px; opacity: 0.5; } + .mes_buttons { float: right; height: 20px; @@ -3665,7 +3666,7 @@ toolcool-color-picker { flex-basis: 100%; } -#max_context_unlocked:not(:checked) + div { +#max_context_unlocked:not(:checked)+div { display: none; } @@ -3973,6 +3974,11 @@ body.waifuMode #avatar_zoom_popup { top: 42px; } + #character_popup, + #world_popup { + overflow-y: auto; + } + #character_popup, #world_popup, #send_form {