From 9c102896d529f82664fcaac65f165ed94c35a676 Mon Sep 17 00:00:00 2001 From: Brandon Jordan Date: Wed, 22 Nov 2023 19:11:27 -0500 Subject: [PATCH] Reduce size of action links --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index fefbb3f..77d50fa 100644 --- a/src/style.css +++ b/src/style.css @@ -183,7 +183,7 @@ .sp-container .card.sp-linked-action:before { content: " "; background: #9a9ca4; - width: 0.2rem; + width: 0.13rem; height: 0.9rem; top: -0.9rem; position: absolute;