From 1cf9a85e13d50d3c5335dfb78fa57543ce6fda44 Mon Sep 17 00:00:00 2001 From: MAZE Date: Fri, 30 Aug 2024 17:09:07 +0330 Subject: [PATCH] style: center icons --- src/components/sound/sound.module.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/sound/sound.module.css b/src/components/sound/sound.module.css index e9da71b..e5b88b8 100644 --- a/src/components/sound/sound.module.css +++ b/src/components/sound/sound.module.css @@ -47,6 +47,10 @@ color: var(--color-foreground-subtler); transition: 0.2s; + & span { + line-height: 0; + } + &::after { position: absolute; top: 0;