Add files via upload

This commit is contained in:
Rodrigo Emanuel
2025-04-24 12:58:31 -03:00
committed by GitHub
parent 8dfd568662
commit 33f6241a63
4 changed files with 38 additions and 15 deletions

View File

@@ -165,7 +165,7 @@ body {
border-radius: 5px;
background: rgba(0,0,0,0.15);
display: inline-flex;
align-items: center;
align-items: flex-start;
}
@@ -308,7 +308,7 @@ body {
#chat .message.youtube .badges i.fa-solid.fa-check { background: #999; }
#chat .message.youtube.event.supersticker > div .platform { order: 1; }
#chat .message.youtube.event.supersticker > div .platform { order: 1; }
#chat .message.youtube.event.supersticker > div .sticker {
order: 2;
width: 48px;
@@ -320,8 +320,23 @@ body {
width: 100%;
height: 100%;
}
#chat .message.youtube.event.supersticker > div .info { order: 3; }
#chat .message.youtube.event.supersticker > div .info { order: 3; }
#chat .message.youtube.event.supersticker.giantsupersticker > div {
flex-wrap: wrap;
}
#chat .message.youtube.event.supersticker.giantsupersticker > div .platform { order: 2; }
#chat .message.youtube.event.supersticker.giantsupersticker > div .sticker {
order: 1;
flex: 0 0 100%;
height: 148px;
text-align: center;
margin: 10px 0;
}
#chat .message.youtube.event.supersticker.giantsupersticker > div .sticker img {
width: 148px;
height: 148px;
}
#chat .message.youtube.event.supersticker.giantsupersticker > div .info { order: 3; }