mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
* Added: Setting to hide the mass gift sub banner at the top of chat. * Changed: Messages for redeeming Channel Points now have custom rendering with less padding and background colors to properly highlight them. * Fixed: Moderation profiles not always applying when navigating between channels. * Fixed: Settings to disable auto-play not working. * Fixed: Remove debug logging when importing a profile.
36 lines
No EOL
822 B
SCSS
36 lines
No EOL
822 B
SCSS
.thread-message__message,
|
|
.thread-message__timestamp,
|
|
.thread-message__warning,
|
|
|
|
.ffz--points-line,
|
|
.chat-line__message:not(.chat-line--inline),
|
|
.chat-line__moderation,
|
|
.chat-line__status,
|
|
.chat-line__raid,
|
|
.user-notice-line {
|
|
padding-bottom: calc(.5rem - 1px) !important;
|
|
border-bottom: 1px solid var(--ffz-border-color);
|
|
|
|
&:last-child:nth-child(odd) {
|
|
border-bottom-color: transparent !important;
|
|
}
|
|
}
|
|
|
|
.vod-message {
|
|
padding-bottom: calc(.5rem - 1px) !important;
|
|
border-bottom: 1px solid var(--ffz-border-color);
|
|
}
|
|
|
|
.video-chat__message-list-wrapper li:last-child .vod-message {
|
|
border-bottom-color: transparent !important;
|
|
}
|
|
|
|
.thread-message__message,
|
|
.thread-message__timestamp,
|
|
.thread-message__warning {
|
|
padding-bottom: 0 !important;
|
|
|
|
& > .tw-pd-y-05 {
|
|
padding-bottom: calc(.5rem - 1px) !important;
|
|
}
|
|
} |