From e1ff3b44a55349dad8c07de690ca86c984c91469 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Wed, 13 Mar 2024 23:44:54 +0000 Subject: Add GPL-3.0 license --- layouts/editor.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts/editor.vue') diff --git a/layouts/editor.vue b/layouts/editor.vue index f1cccb2..dbb53fa 100644 --- a/layouts/editor.vue +++ b/layouts/editor.vue @@ -27,8 +27,8 @@ sessionStore.setTaskTypeAliases(taskDefinitions.aliases); #editor-container { display: flex; background-color: var(--color-background-soft); - height: calc(100vh - 114px); - max-height: calc(100vh - 114px); + height: calc(100vh - 104px); + max-height: calc(100vh - 104px); flex-direction: row; } -- cgit v1.2.3-70-g09d2