From 0adc650132c8b7db1531adcd11d9ef19f258c304 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Wed, 7 May 2025 15:21:20 -0500 Subject: [PATCH] Correct icon sizes in new reaction form buttons --- app/assets/stylesheets/reactions.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/stylesheets/reactions.css b/app/assets/stylesheets/reactions.css index 47f9471cb..e1ce33e77 100644 --- a/app/assets/stylesheets/reactions.css +++ b/app/assets/stylesheets/reactions.css @@ -1,5 +1,6 @@ @layer components { .reactions { + --btn-icon-size: 1.3em; --column-gap: 0.4ch; --reaction-border-color: var(--color-ink-lighter); --row-gap: 0; @@ -80,8 +81,6 @@ } .reaction__form { - --btn-icon-size: 1.3em; - transition: none; &.expanded {