Update app.css
Fixed a bug on First Message Padding
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user