Skip to content

Commit

Permalink
Fixed message display
Browse files Browse the repository at this point in the history
If the Chat was to small it would not wrap the wrong way or resize the badges
  • Loading branch information
BlackyWhoElse committed Aug 29, 2024
1 parent cc230c2 commit 1b2a944
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions widget/chat/theme/clean/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ body {
.badges,
.content,
.time {
display: contents;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}

#chat li {
Expand Down Expand Up @@ -49,7 +51,6 @@ body {
.name {
color: var(--userColor);
font-weight: bold;
display: contents;
}

.emote {
Expand Down

0 comments on commit 1b2a944

Please sign in to comment.