From c32bbcc7edc2cf99da52b1407c90238bc781a804 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Thu, 25 Jul 2024 23:31:38 +0100 Subject: feat(gui): directory block, re-org of some code (#2314) --- ui/src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/src/App.css') diff --git a/ui/src/App.css b/ui/src/App.css index cf6d3123..29ca80f1 100644 --- a/ui/src/App.css +++ b/ui/src/App.css @@ -19,7 +19,7 @@ html { } .history-list { - height: calc(100vh - 150px - 64px); + height: calc(100dvh - 4rem - 2rem); } .history-item { -- cgit v1.3.1