From f672a4868faf696ba1a4f47a3c89331415f82886 Mon Sep 17 00:00:00 2001 From: thomasrosen Date: Tue, 3 Oct 2023 12:48:31 +0200 Subject: [PATCH] fix: there was a weird line in the editor sometimes --- src/App.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/App.css b/src/App.css index fb34924..0442892 100644 --- a/src/App.css +++ b/src/App.css @@ -182,6 +182,8 @@ button.choosen:after { font-size: 0; cursor: move; overflow: hidden; + width: calc(36vh - 1px); + height: calc(36vh - 1px); background: var(--editor-purple); } .Editor .background{ @@ -195,7 +197,7 @@ button.choosen:after { position: relative; width: 36vh; height: 36vh; - transform: translate(0.1px, 0.1px); + /* transform: translate(0.1px, 0.1px); */ } .Editor .hashtag{ pointer-events: none; @@ -204,6 +206,6 @@ button.choosen:after { left: 0; width: 100%; height: 100%; - transform: translate(0.1px, 0.1px); + /* transform: translate(0.1px, 0.1px); */ }