diff --git a/public/css/world-info.css b/public/css/world-info.css index aceeb58b5..f5513165b 100644 --- a/public/css/world-info.css +++ b/public/css/world-info.css @@ -101,7 +101,7 @@ height: auto; margin-top: 0; margin-bottom: 0; - min-height: var(--mainFontSize); + min-height: calc(var(--mainFontSize) + 13px); } .delete_entry_button { @@ -178,7 +178,7 @@ filter: grayscale(1); } -.disabledWIEntry:hover { +.disabledWIEntry:not(input):hover { opacity: 1; filter: grayscale(0.5); } diff --git a/public/index.html b/public/index.html index 39ea0e768..0d5852002 100644 --- a/public/index.html +++ b/public/index.html @@ -3930,41 +3930,46 @@