From cbae88fc4e9b98764cfccca2e85f265c4b894573 Mon Sep 17 00:00:00 2001
From: Adam Brangenberg <adambrangenberg@proton.me>
Date: Mon, 31 Jul 2023 04:08:32 +0000
Subject: [PATCH] Removing redundant properties (#356)

---
 quartz/styles/base.scss |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss
index ebdc2fa..8253c5b 100644
--- a/quartz/styles/base.scss
+++ b/quartz/styles/base.scss
@@ -136,7 +136,7 @@
     & .sidebar.left {
       left: calc(calc(100vw - $pageWidth) / 2 - $sidePanelWidth);
       @media all and (max-width: $fullPageWidth) {
-        gap: 0rem;
+        gap: 0;
         align-items: center;
       }
     }
@@ -197,15 +197,13 @@
 
     &::after {
       content: "";
-      top: -1px;
-      left: -1px;
       position: absolute;
       left: 4px;
       top: 1px;
       width: 4px;
       height: 8px;
       display: block;
-      border: solid 1px var(--light);
+      border: solid var(--light);
       border-width: 0 2px 2px 0;
       transform: rotate(45deg);
     }

--
Gitblit v1.10.0