diff options
author | David Gay <david@davidgay.org> | 2021-06-05 19:31:44 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-06-05 19:39:46 -0400 |
commit | 57252386234e802b3a3707d32a8b74130de4a56e (patch) | |
tree | 381eda6e3fba602dd0d49ce04f522c08342ab5f3 /app/javascript | |
parent | 05c602a3ff76ddffd01bbe7f3ec6a75781a3551d (diff) |
Improve UI responsiveness and scaling
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/stylesheets/core.css | 9 |
1 files changed, 4 insertions, 5 deletions
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; } |