Add files via upload
This commit is contained in:
28
css/app.css
28
css/app.css
@@ -290,6 +290,33 @@ body {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#chat.horizontal {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: max-content;
|
||||
right: 0;
|
||||
gap: 15px;
|
||||
}
|
||||
|
||||
#chat.horizontal .message {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#chat.horizontal .message.twitch.announcement > div {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
#chat.horizontal .message.twitch.rewards-redemption > div {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
#statistics {
|
||||
position: fixed;
|
||||
z-index: 11;
|
||||
@@ -300,7 +327,6 @@ body {
|
||||
display: flex;
|
||||
gap: 15px;
|
||||
justify-content: flex-end;
|
||||
background: rgba(18, 18, 18, 0.9);
|
||||
backdrop-filter: blur(5px);
|
||||
font-weight: bold;
|
||||
-webkit-mask-image: linear-gradient(to top, transparent, black 40%);
|
||||
|
Reference in New Issue
Block a user