From 04e67e162e26ca05b03f975b5042d4abc5820d95 Mon Sep 17 00:00:00 2001 From: "joseph@dxw.com" Date: Thu, 19 Dec 2024 10:49:05 +0000 Subject: [PATCH] Tweak dropdown icon size --- app/assets/stylesheets/text-block.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/text-block.scss b/app/assets/stylesheets/text-block.scss index 6a85ff41..d5a7206d 100644 --- a/app/assets/stylesheets/text-block.scss +++ b/app/assets/stylesheets/text-block.scss @@ -133,12 +133,12 @@ details { &::before { content: ""; - width: 1rem; + width: 1.5rem; aspect-ratio: 1; border: 1px solid black; border-radius: 100%; background-image: url('data:image/svg+xml;charset=UTF-8,'); - background-size: 9px; + background-size: 13px; background-repeat: no-repeat; background-position: center center; }