Update app.css

Fixed a bug on First Message Padding
This commit is contained in:
Rodrigo Emanuel
2025-05-17 04:29:44 -03:00
committed by GitHub
parent 52a8105941
commit 3f2ddde6ee

View File

@@ -181,7 +181,7 @@ body {
#chat .message.twitch.first-message > div { #chat .message.twitch.first-message > div {
background: rgba(18,18,18,0.5); background: rgba(18,18,18,0.5);
background: linear-gradient(180deg, rgba(18,18,18,0.5) 1%, rgba(0,0,0,0.5) 100%); background: linear-gradient(180deg, rgba(18,18,18,0.5) 1%, rgba(0,0,0,0.5) 100%);
padding: 5px 10px; padding: 0px 15px 13px 15px;
border-radius: 10px; border-radius: 10px;
display: inline-block; display: inline-block;
} }