summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-05-30 11:58:21 -0400
committerDavid Gay <david@davidgay.org>2021-05-30 11:58:21 -0400
commit6388d759da0c33c28a6d7874ade785e292e4223e (patch)
treee0f6f944ecf1942a10dd48f7d5749b3c2e89876f /app/views
parent2402485c94cbb18769a58c6a7939870465ae8ab8 (diff)
Reduce height of result output to help it fit better on smaller screens until I improve responsiveness
Diffstat (limited to 'app/views')
-rw-r--r--app/views/look/show.html.erb2
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">