diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-03-13 23:35:13 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-03-13 23:35:13 +0000 |
| commit | 9ea8892c906ea8ee9a7644f9f126a1c2377e1c98 (patch) | |
| tree | 77e2c1e03069894a317a6cb054ed645504c624c9 /layouts/editor.vue | |
| parent | a51aefaeaa855f209ec608743a44a824fd2d75ed (diff) | |
Add git sha1 to footer
Diffstat (limited to 'layouts/editor.vue')
| -rw-r--r-- | layouts/editor.vue | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/layouts/editor.vue b/layouts/editor.vue index d37a285..f1cccb2 100644 --- a/layouts/editor.vue +++ b/layouts/editor.vue @@ -19,13 +19,16 @@ sessionStore.setTaskTypeAliases(taskDefinitions.aliases); <slot /> </div> </div> + + <SiteFooter /> </template> <style lang="scss" scoped> #editor-container { display: flex; background-color: var(--color-background-soft); - max-height: calc(100vh - 73px); + height: calc(100vh - 114px); + max-height: calc(100vh - 114px); flex-direction: row; } |
