From 59e664a9bf0c0c25e207b8ed927c422eb12287e7 Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Date: Mon, 3 Jul 2023 14:07:57 +0200 Subject: [PATCH] fix: reaction styles --- src/element/live-chat.css | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/src/element/live-chat.css b/src/element/live-chat.css index 8b814c0..7e0902c 100644 --- a/src/element/live-chat.css +++ b/src/element/live-chat.css @@ -220,14 +220,14 @@ } .zap-pill { - display: flex; - align-items: center; - padding: 0 4px; - justify-content: center; - gap: 2px; - border-radius: 8px; + border-radius: 100px; background: rgba(255, 255, 255, 0.10); width: fit-content; + display: flex; + height: 24px; + padding: 0px 4px; + align-items: center; + gap: 2px; } .zap-pill-icon { @@ -300,15 +300,18 @@ } .message-reaction { - font-size: 16px; - line-height: 18px; + font-size: 15px; + font-style: normal; + font-weight: 400; + line-height: 22px; } .zap-pill-amount { + text-transform: lowercase; color: #FFF; - font-size: 12px; + font-size: 15px; + font-family: Outfit; font-style: normal; font-weight: 500; - line-height: 18px; - text-transform: lowercase; + line-height: 22px; }