From 57252386234e802b3a3707d32a8b74130de4a56e Mon Sep 17 00:00:00 2001 From: David Gay Date: Sat, 5 Jun 2021 19:31:44 -0400 Subject: Improve UI responsiveness and scaling --- app/javascript/stylesheets/core.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'app/javascript') diff --git a/app/javascript/stylesheets/core.css b/app/javascript/stylesheets/core.css index 9bfb19b..f002580 100644 --- a/app/javascript/stylesheets/core.css +++ b/app/javascript/stylesheets/core.css @@ -14,11 +14,10 @@ @apply p-2 border-2 border-gray-800 rounded; } -.header-title { - font-family: "Montaga", "Open Sans", sans-serif; +.game-container-column { + max-height: calc(100vh - 9rem); } -#look_output { - @apply min-w-full my-2 overflow-auto border-2 border-gray-800 rounded; - height: 75px; +.header-title { + font-family: "Montaga", "Open Sans", sans-serif; } -- cgit v1.2.3