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 /pages/editor/quest | |
| parent | a51aefaeaa855f209ec608743a44a824fd2d75ed (diff) | |
Add git sha1 to footer
Diffstat (limited to 'pages/editor/quest')
| -rw-r--r-- | pages/editor/quest/[id].vue | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/pages/editor/quest/[id].vue b/pages/editor/quest/[id].vue index bc480d9..34dafa8 100644 --- a/pages/editor/quest/[id].vue +++ b/pages/editor/quest/[id].vue @@ -87,13 +87,6 @@ const showYaml = () => { </template> <style scoped> -#pane-container { - width: 100%; - flex-grow: 1; - height: calc(100vh - 73px); - max-height: calc(100vh - 73px); -} - #options-container { width: 100%; display: flex; |
