0
owncast/web/components/chat/ChatJoinMessage/ChatJoinMessage.module.scss
2024-10-30 22:13:28 -07:00

28 lines
437 B
SCSS

.root {
display: inline-flex;
padding: 10px 0;
.moderatorBadge,
.user {
margin-right: 5px;
word-break: break-all;
}
.joinMessage {
font-weight: 400;
color: var(--theme-color-components-chat-text);
font-size: var(--chat-message-text-size);
}
}
.icon {
padding: 0 var(--chat-notification-icon-padding) 0 16px;
}
@media screen and (max-width: 350px) {
.icon {
padding-left: 0;
}
}