mirror of
https://github.com/owncast/owncast.git
synced 2025-11-04 05:17:27 +08:00
fix(chat): increase font weight of chat name change messages
This commit is contained in:
@ -1,18 +1,18 @@
|
|||||||
.nameChangeView {
|
.nameChangeView {
|
||||||
display: flex;
|
display: flex;
|
||||||
font-size: var(--chat-message-text-size);
|
font-size: var(--chat-message-text-size);
|
||||||
font-weight: 300;
|
font-weight: 400;
|
||||||
border-radius: var(--theme-rounded-corners);
|
border-radius: var(--theme-rounded-corners);
|
||||||
padding: 5px 15px;
|
padding: 5px 15px;
|
||||||
color: var(--theme-color-components-chat-text);
|
color: var(--theme-color-components-chat-text);
|
||||||
& .nameChangeText {
|
& .nameChangeText {
|
||||||
font-weight: 300;
|
font-weight: 400;
|
||||||
& .plain {
|
& .plain {
|
||||||
font-weight: 300;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
padding-right: var(--chat-notification-icon-padding);
|
padding-right: var(--chat-notification-icon-padding);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user