From 6d51f8568e337e768505ccfdef916b84dd6eb1b3 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Sat, 11 Jan 2025 13:34:13 -0500 Subject: npm run format --- ui/styles/app-layout.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ui/styles/app-layout.css') diff --git a/ui/styles/app-layout.css b/ui/styles/app-layout.css index 50fa704..82d9914 100644 --- a/ui/styles/app-layout.css +++ b/ui/styles/app-layout.css @@ -36,7 +36,9 @@ nav.list-nav { overflow: auto; @media (width > 640px) { - height: calc(100vh - var(--app-bar-height) - var(--input-row-height) - var(--interface-padding)); + height: calc( + 100vh - var(--app-bar-height) - var(--input-row-height) - var(--interface-padding) + ); } } -- cgit v1.2.3