mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
fix(chat): increase font weight of chat name change messages
This commit is contained in:
parent
88096766bb
commit
afa6c8fd23
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
|||
.nameChangeView {
|
||||
display: flex;
|
||||
font-size: var(--chat-message-text-size);
|
||||
font-weight: 300;
|
||||
font-weight: 400;
|
||||
border-radius: var(--theme-rounded-corners);
|
||||
padding: 5px 15px;
|
||||
color: var(--theme-color-components-chat-text);
|
||||
& .nameChangeText {
|
||||
font-weight: 300;
|
||||
font-weight: 400;
|
||||
& .plain {
|
||||
font-weight: 300;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.icon {
|
||||
padding-right: var(--chat-notification-icon-padding);
|
||||
padding-right: var(--chat-notification-icon-padding);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue