From 172eba659d358802f6fee1cd777cdd303766df72 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 20:37:29 +0000 Subject: [PATCH] -- --- static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/style.css b/static/style.css index 59c5541..bab1717 100644 --- a/static/style.css +++ b/static/style.css @@ -77,3 +77,9 @@ textarea { height: 75vh; overflow-y: scroll; } + +@media screen { + #top { + height: 5vh; + } +} -- 2.39.5