1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00
FrankerFaceZ/src/sites/twitch-twilight/modules/css_tweaks/styles/chat-borders.scss
SirStendec 8ac1b2ce91 4.15.4
* 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.
2019-11-11 14:38:49 -05:00

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;
}
}