2017-12-01 15:34:21 -05:00
|
|
|
.thread-message__message,
|
|
|
|
.thread-message__timestamp,
|
|
|
|
.thread-message__warning,
|
|
|
|
|
2018-07-19 22:03:01 -04:00
|
|
|
.vod-message,
|
|
|
|
|
2019-11-11 14:38:49 -05:00
|
|
|
.ffz--points-line,
|
|
|
|
|
2018-04-10 21:13:34 -04:00
|
|
|
.chat-line__message:not(.chat-line--inline),
|
2017-11-13 01:23:39 -05:00
|
|
|
.chat-line__moderation,
|
|
|
|
.chat-line__status,
|
|
|
|
.chat-line__raid,
|
2018-04-10 21:13:34 -04:00
|
|
|
.user-notice-line {
|
2017-11-13 01:23:39 -05:00
|
|
|
padding-top: calc(.5rem - 1px) !important;
|
|
|
|
|
|
|
|
border-top: 1px solid #aaa;
|
2018-04-09 19:57:05 -04:00
|
|
|
border-bottom-color: var rgba(255,255,255,0.5);
|
2017-11-13 01:23:39 -05:00
|
|
|
|
2018-11-12 13:34:53 -05:00
|
|
|
.tw-root--theme-dark & {
|
2017-11-13 01:23:39 -05:00
|
|
|
border-top-color: #000;
|
|
|
|
border-bottom-color: rgba(255,255,255,0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
border-top-color: transparent !important;
|
|
|
|
}
|
2017-12-01 15:34:21 -05:00
|
|
|
}
|
|
|
|
|
2018-07-19 22:03:01 -04:00
|
|
|
.vod-message {
|
|
|
|
padding-top: calc(.5rem - 1px) !important;
|
|
|
|
|
|
|
|
border-top: 1px solid #aaa;
|
|
|
|
border-bottom-color: var rgba(255,255,255,0.5);
|
|
|
|
|
2018-11-12 13:34:53 -05:00
|
|
|
.tw-root--theme-dark & {
|
2018-07-19 22:03:01 -04:00
|
|
|
border-top-color: #000;
|
|
|
|
border-bottom-color: rgba(255,255,255,0.1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.video-chat__message-list-wrapper li:first-child .vod-message {
|
|
|
|
border-top-color: transparent !important;
|
|
|
|
}
|
|
|
|
|
2017-12-01 15:34:21 -05:00
|
|
|
.thread-message__message,
|
|
|
|
.thread-message__timestamp,
|
|
|
|
.thread-message__warning {
|
|
|
|
padding-top: 0 !important;
|
|
|
|
|
2017-12-13 17:35:20 -05:00
|
|
|
& > .tw-pd-y-05 {
|
2017-12-01 15:34:21 -05:00
|
|
|
padding-top: calc(.5rem - 1px) !important;
|
|
|
|
}
|
2024-10-22 17:19:03 -04:00
|
|
|
}
|