From 6f2ffc974173a884f3367bb7ecf2535dea81f3c4 Mon Sep 17 00:00:00 2001 From: David Gay Date: Fri, 28 May 2021 16:12:39 -0400 Subject: Add some janky sizing from old Esoterra to be Good Enough™️ for launch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/javascript/stylesheets/core.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'app/javascript/stylesheets') diff --git a/app/javascript/stylesheets/core.css b/app/javascript/stylesheets/core.css index 9bfb19b..4342171 100644 --- a/app/javascript/stylesheets/core.css +++ b/app/javascript/stylesheets/core.css @@ -11,9 +11,17 @@ } .game-container-box { + min-height: 35rem; @apply p-2 border-2 border-gray-800 rounded; } +.side-box { + height: 35rem; + position: -webkit-sticky; + position: sticky; + top: 8px; +} + .header-title { font-family: "Montaga", "Open Sans", sans-serif; } -- cgit v1.2.3