aboutsummaryrefslogtreecommitdiffstats
path: root/pages/editor/item
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2024-03-13 23:35:13 +0000
committerLeonardo Bishop <me@leonardobishop.com>2024-03-13 23:35:13 +0000
commit9ea8892c906ea8ee9a7644f9f126a1c2377e1c98 (patch)
tree77e2c1e03069894a317a6cb054ed645504c624c9 /pages/editor/item
parenta51aefaeaa855f209ec608743a44a824fd2d75ed (diff)
Add git sha1 to footer
Diffstat (limited to 'pages/editor/item')
-rw-r--r--pages/editor/item/[id].vue7
1 files changed, 0 insertions, 7 deletions
diff --git a/pages/editor/item/[id].vue b/pages/editor/item/[id].vue
index c2456be..451a76d 100644
--- a/pages/editor/item/[id].vue
+++ b/pages/editor/item/[id].vue
@@ -29,13 +29,6 @@ const item = sessionStore.getItemById(itemId);
</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;