From b595ffa5efaa76d97fd6d6b79c24af46755cffd4 Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Tue, 13 Apr 2021 09:50:37 -0500 Subject: Move editor lists to component --- src/views/Editor.vue | 87 ++-------------------------------------------------- 1 file changed, 3 insertions(+), 84 deletions(-) (limited to 'src/views') diff --git a/src/views/Editor.vue b/src/views/Editor.vue index fd83fb7..b4a2e8e 100644 --- a/src/views/Editor.vue +++ b/src/views/Editor.vue @@ -1,30 +1,14 @@ @@ -106,14 +35,4 @@ export default defineComponent({ #home { max-height: inherit; } - -#editor { - display: flex; - max-height: inherit; -} - -.column { - flex: 1; - overflow: auto; -} -- cgit v1.2.3