diff options
author | David Gay <david@davidgay.org> | 2021-05-30 11:58:21 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-30 11:58:21 -0400 |
commit | 6388d759da0c33c28a6d7874ade785e292e4223e (patch) | |
tree | e0f6f944ecf1942a10dd48f7d5749b3c2e89876f /app/views/look | |
parent | 2402485c94cbb18769a58c6a7939870465ae8ab8 (diff) |
Reduce height of result output to help it fit better on smaller screens until I improve responsiveness
Diffstat (limited to 'app/views/look')
-rw-r--r-- | app/views/look/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/look/show.html.erb b/app/views/look/show.html.erb index f5ae417..2e0af81 100644 --- a/app/views/look/show.html.erb +++ b/app/views/look/show.html.erb @@ -3,7 +3,7 @@ <p><%= current_char.activity.description %></p> <div class="min-w-full my-2 px-1 overflow-auto text-sm border-2 border-gray-800 rounded" - style="height: 30rem;" id="result_output"> + style="height: 22rem;" id="result_output"> </div> <div id="result_controls"> |