From ac8d3373cf551dde8c6b646c35a20c23c38491f6 Mon Sep 17 00:00:00 2001 From: Kieran Date: Wed, 18 Jan 2023 16:08:47 +0000 Subject: [PATCH] bug: indented note styles --- src/element/Note.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/element/Note.css b/src/element/Note.css index 73d80867..00e9db19 100644 --- a/src/element/Note.css +++ b/src/element/Note.css @@ -51,9 +51,4 @@ background-color: var(--gray-tertiary); margin-left: -5px; border-left: 3px solid var(--highlight); -} - -.indented .note { - border-bottom: none; - padding: 4px; -} +} \ No newline at end of file