From a5a7a94d3c52cdb230ff3d93790850329940abcf Mon Sep 17 00:00:00 2001 From: Aubrey-Li <63608597+Aubrey-Li@users.noreply.github.com> Date: Thu, 5 Aug 2021 13:19:35 -0700 Subject: remove dropshadow for miniMap --- src/client/views/collections/TabDocView.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/client/views/collections/TabDocView.scss b/src/client/views/collections/TabDocView.scss index a963f1cb9..dddccd18c 100644 --- a/src/client/views/collections/TabDocView.scss +++ b/src/client/views/collections/TabDocView.scss @@ -64,7 +64,6 @@ input.lm_title { right: 10; bottom: 10; border: solid 1px; - box-shadow: black 0.4vw 0.4vw 0.8vw; width: 100%; height: 100%; transition: all 0.5s; @@ -91,8 +90,8 @@ input.lm_title { border-radius: 30px; padding: 2px; - >svg { + > svg { margin-top: 3px; transform: translate(0px, 7px); } -} \ No newline at end of file +} -- cgit v1.2.3-70-g09d2