aboutsummaryrefslogtreecommitdiffstats
path: root/pages/editor/item
diff options
context:
space:
mode:
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;