From b6249574b83ed7f5b25f19d5d517ad3e78f1546f Mon Sep 17 00:00:00 2001 From: ray Date: Mon, 18 Jul 2022 19:14:26 +0100 Subject: [PATCH] improve editor styling --- src/editor.scss | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/editor.scss b/src/editor.scss index ce7ca19..142101f 100644 --- a/src/editor.scss +++ b/src/editor.scss @@ -9,20 +9,7 @@ align-items: center; list-style: none; padding: 16px; - border: 1px solid #ccc; - - &::before { - z-index: 10; - content: ""; - display: block; - position: relative; - left: 0; - right: 0; - width: 120px; - height: 120px; - border-radius: 50%; - background-color: currentColor; - } + background-color: currentColor; > .orbital-content { z-index: 20;