From 66985b95cb90729d4433c23f1889ae97d99eae46 Mon Sep 17 00:00:00 2001 From: Melli Wara Date: Mon, 27 Dec 2021 08:29:19 -0700 Subject: [PATCH] Update border width --- extension/fg/frontend.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extension/fg/frontend.css b/extension/fg/frontend.css index 31d914e..eafe775 100644 --- a/extension/fg/frontend.css +++ b/extension/fg/frontend.css @@ -248,7 +248,7 @@ top: 0px; height: 100%; background-color: #E8F1DB; - width: 3px; + width: 2px; } .anki-export.first::before { @@ -258,7 +258,7 @@ top: 0px; width: 100%; background-color: #E8F1DB; - height: 3px; + height: 2px; } .anki-export.last::before { @@ -268,7 +268,7 @@ bottom: 0px; width: 100%; background-color: #E8F1DB; - height: 3px; + height: 2px; } .plus-icon {