diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/collections/TabDocView.scss | 5 |
1 files changed, 2 insertions, 3 deletions
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 +} |