From 800ec27c366db09ff321285d824b00689d58f95c Mon Sep 17 00:00:00 2001 From: Joel Therrien Date: Sun, 20 Aug 2023 16:34:00 -0700 Subject: [PATCH] Slightly improve styling --- ui/src/style.less | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ui/src/style.less b/ui/src/style.less index 6cbe86e..d34f7df 100644 --- a/ui/src/style.less +++ b/ui/src/style.less @@ -127,16 +127,17 @@ .board-log { display: grid; grid-template-columns: @tile-width*@board-length+15px 1fr; - height: @tile-width*@board-length + 15px; + max-height: @tile-width*@board-length + 15px; + + margin: 1em; } .message-log { border-color: black; border-style: solid; border-width: 2px; - width: 100%; margin: 5px; - height: inherit; + max-height: inherit; display: grid; grid-template-rows: 6em 1fr;