aboutsummaryrefslogtreecommitdiffstats
path: root/pages/editor
diff options
context:
space:
mode:
Diffstat (limited to 'pages/editor')
-rw-r--r--pages/editor/category/[id].vue7
-rw-r--r--pages/editor/item/[id].vue7
-rw-r--r--pages/editor/quest/[id].vue7
3 files changed, 0 insertions, 21 deletions
diff --git a/pages/editor/category/[id].vue b/pages/editor/category/[id].vue
index 3189d2a..cf79f61 100644
--- a/pages/editor/category/[id].vue
+++ b/pages/editor/category/[id].vue
@@ -32,13 +32,6 @@ const categoryName = sessionStore.getCategoryById(categoryId)?.display.name;
</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;
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;
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;