diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-03-13 23:44:54 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-03-13 23:44:54 +0000 |
| commit | e1ff3b44a55349dad8c07de690ca86c984c91469 (patch) | |
| tree | 7280462dc0aa1f7e24f3b48edef9d83dad3748f2 /layouts | |
| parent | 9ea8892c906ea8ee9a7644f9f126a1c2377e1c98 (diff) | |
Add GPL-3.0 license
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/default.vue | 4 | ||||
| -rw-r--r-- | layouts/editor.vue | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/layouts/default.vue b/layouts/default.vue index b01df84..fef2da1 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -14,8 +14,8 @@ <style scoped> #content { display: flex; - height: calc(100vh - 114px); - max-height: calc(100vh - 114px); + height: calc(100vh - 104px); + max-height: calc(100vh - 104px); overflow-y: auto; flex-direction: row; } 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; } |
