Skip to content

Commit

Permalink
style(editor): expand editor sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Oct 8, 2021
1 parent 883dabe commit 2561a60
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/components/editor/main/EditorBase.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,7 @@
>
<div
ref="main"
class="
md:w-8/12
w-full
h-editor-mobile
md:h-editor
bg-gray-100
dark:bg-gray-700
"
class="w-full h-editor-mobile bg-gray-100 dark:bg-gray-700"
:class="[
store.state.editor.configuration.draggable ? 'fixed' : 'inline-block',
]"
Expand Down

0 comments on commit 2561a60

Please sign in to comment.