diff options
Diffstat (limited to 'pages/editor/category')
| -rw-r--r-- | pages/editor/category/[id].vue | 7 |
1 files changed, 0 insertions, 7 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; |
