2022-01-14 21:24:16 +01:00
|
|
|
@import '../init/breakpoints';
|
|
|
|
@import '../init/mixins';
|
|
|
|
|
|
|
|
$discussion-header__height: 3rem;
|
|
|
|
$recent-msg-button__height: 2rem;
|
|
|
|
|
|
|
|
.livestream__chat {
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
@media (min-width: $breakpoint-medium) {
|
|
|
|
margin: 0;
|
|
|
|
width: var(--livestream-comments-width);
|
|
|
|
height: calc(100vh - var(--header-height));
|
|
|
|
position: fixed;
|
|
|
|
right: 0;
|
|
|
|
top: var(--header-height);
|
|
|
|
bottom: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
border-top: none;
|
|
|
|
border-bottom: none;
|
|
|
|
border-right: none;
|
|
|
|
|
|
|
|
.card__main-actions {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
2022-02-01 21:30:57 +01:00
|
|
|
|
|
|
|
@media (max-width: $breakpoint-small) {
|
|
|
|
margin: 0 !important;
|
2022-02-02 13:44:33 +01:00
|
|
|
height: 100%;
|
|
|
|
margin-bottom: 0px !important;
|
2022-02-01 21:30:57 +01:00
|
|
|
}
|
2022-01-14 21:24:16 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.livestream__chat--popout {
|
|
|
|
margin: 0 !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
width: 100vw !important;
|
|
|
|
height: 100vh !important;
|
|
|
|
top: 0 !important;
|
|
|
|
|
|
|
|
.livestreamComments__wrapper {
|
|
|
|
height: 95vh !important;
|
|
|
|
}
|
|
|
|
|
2022-02-02 13:48:24 +01:00
|
|
|
.livestream-superchats__wrapper {
|
2022-01-14 21:24:16 +01:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2022-02-02 13:48:24 +01:00
|
|
|
.livestream-pinned__wrapper {
|
2022-01-14 21:24:16 +01:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.livestreamDiscussion__header {
|
|
|
|
border-bottom: 1px solid var(--color-border);
|
|
|
|
padding-bottom: var(--spacing-s);
|
|
|
|
margin-bottom: 0;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
.recommended-content__toggles {
|
|
|
|
button {
|
|
|
|
height: unset;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button__label {
|
|
|
|
max-height: 18px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: $breakpoint-small) {
|
|
|
|
height: $discussion-header__height;
|
|
|
|
padding: 0 var(--spacing-s);
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: $breakpoint-small) {
|
|
|
|
padding: var(--spacing-xxs);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.livestreamDiscussion__title {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
.menu__button {
|
|
|
|
margin-left: var(--spacing-xxs);
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: $breakpoint-small) {
|
|
|
|
.menu__button {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.livestreamComments__wrapper {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
.main--empty {
|
|
|
|
.yrbl__wrap {
|
|
|
|
flex-direction: column !important;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
img {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-02-02 13:44:33 +01:00
|
|
|
|
|
|
|
@media (min-width: $breakpoint-small) {
|
2022-02-02 13:47:04 +01:00
|
|
|
height: calc(100vh - var(--header-height) - #{$discussion-header__height});
|
2022-02-02 13:44:33 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: $breakpoint-small) {
|
|
|
|
height: 100%;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
2022-01-14 21:24:16 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.livestream__comments {
|
2022-02-04 21:59:11 +01:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column-reverse;
|
|
|
|
font-size: var(--font-small);
|
|
|
|
overflow-y: scroll;
|
|
|
|
overflow-x: visible;
|
|
|
|
padding-top: var(--spacing-s);
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.livestream__comments--mobile {
|
2022-01-14 21:24:16 +01:00
|
|
|
display: flex;
|
2022-02-02 13:44:33 +01:00
|
|
|
flex-direction: column;
|
2022-01-14 21:24:16 +01:00
|
|
|
font-size: var(--font-small);
|
|
|
|
overflow-y: scroll;
|
|
|
|
overflow-x: visible;
|
|
|
|
padding-top: var(--spacing-s);
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2022-02-04 21:59:11 +01:00
|
|
|
.livestream-comments__scroll-to-recent {
|
2022-01-14 21:24:16 +01:00
|
|
|
margin-top: -$recent-msg-button__height;
|
|
|
|
align-self: center;
|
|
|
|
font-size: var(--font-xsmall);
|
|
|
|
padding: var(--spacing-xxs) var(--spacing-s);
|
|
|
|
opacity: 0.9;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
2022-02-04 21:59:11 +01:00
|
|
|
|
|
|
|
@media (min-width: $breakpoint-small) {
|
|
|
|
margin-bottom: var(--spacing-xs);
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: $breakpoint-small) {
|
|
|
|
bottom: var(--spacing-xxs);
|
|
|
|
}
|
2022-01-14 21:24:16 +01:00
|
|
|
}
|
|
|
|
|
2022-02-02 13:47:04 +01:00
|
|
|
.livestream__comment-create {
|
2022-01-14 21:24:16 +01:00
|
|
|
padding: var(--spacing-s);
|
|
|
|
border-top: 1px solid var(--color-border);
|
|
|
|
margin-top: auto;
|
2022-02-02 13:44:33 +01:00
|
|
|
|
|
|
|
@media (max-width: $breakpoint-small) {
|
2022-02-04 21:59:11 +01:00
|
|
|
padding: 0px;
|
2022-02-02 13:47:04 +01:00
|
|
|
|
|
|
|
span,
|
|
|
|
select,
|
|
|
|
option {
|
|
|
|
font-size: var(--font-xxsmall);
|
|
|
|
}
|
|
|
|
|
|
|
|
select {
|
|
|
|
padding: 0px var(--spacing-xxs) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.select--slim {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
2022-02-02 13:44:33 +01:00
|
|
|
}
|
2022-01-14 21:24:16 +01:00
|
|
|
}
|
|
|
|
|
2022-02-02 13:48:24 +01:00
|
|
|
.livestream-superchats__wrapper {
|
2022-01-14 21:24:16 +01:00
|
|
|
flex-shrink: 0;
|
|
|
|
position: relative;
|
|
|
|
overflow-x: scroll;
|
|
|
|
padding: var(--spacing-s) var(--spacing-xs);
|
|
|
|
border-bottom: 1px solid var(--color-border);
|
|
|
|
font-size: var(--font-small);
|
|
|
|
background-color: var(--color-card-background);
|
|
|
|
|
|
|
|
@media (min-width: $breakpoint-small) {
|
|
|
|
padding: var(--spacing-xs);
|
|
|
|
width: var(--livestream-comments-width);
|
|
|
|
}
|
2022-02-02 13:48:24 +01:00
|
|
|
}
|
2022-02-02 13:44:33 +01:00
|
|
|
|
2022-02-02 13:48:24 +01:00
|
|
|
.livestream-superchats__wrapper--mobile {
|
|
|
|
@extend .livestream-superchats__wrapper;
|
2022-02-02 13:44:33 +01:00
|
|
|
|
2022-02-04 21:59:11 +01:00
|
|
|
z-index: 9999999;
|
2022-02-02 13:48:24 +01:00
|
|
|
width: 100%;
|
|
|
|
background-color: transparent;
|
|
|
|
padding: 0px;
|
|
|
|
border-bottom: none;
|
|
|
|
scrollbar-width: 0px;
|
|
|
|
|
|
|
|
&::-webkit-scrollbar {
|
|
|
|
width: 0px;
|
|
|
|
height: 0px;
|
2022-02-02 13:44:33 +01:00
|
|
|
}
|
2022-01-14 21:24:16 +01:00
|
|
|
}
|
|
|
|
|
2022-02-02 13:48:24 +01:00
|
|
|
.livestream-comments__top-actions--mobile {
|
|
|
|
width: 100%;
|
|
|
|
position: absolute;
|
|
|
|
display: grid;
|
|
|
|
padding: var(--spacing-xxs);
|
|
|
|
padding-right: var(--spacing-m);
|
|
|
|
|
|
|
|
> div:not(:first-child) {
|
|
|
|
margin-top: var(--spacing-xxs);
|
|
|
|
}
|
|
|
|
|
|
|
|
.livestream__top-gradient {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2022-02-02 13:45:16 +01:00
|
|
|
position: absolute;
|
|
|
|
|
2022-02-02 13:48:24 +01:00
|
|
|
&:after {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
opacity: 1;
|
|
|
|
content: '';
|
|
|
|
height: 100%;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
width: 100%;
|
2022-02-04 21:59:11 +01:00
|
|
|
z-index: 1;
|
2022-02-02 13:45:16 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-02-02 13:48:24 +01:00
|
|
|
.livestream-pinned__wrapper {
|
2022-01-14 21:24:16 +01:00
|
|
|
display: flex;
|
|
|
|
flex-shrink: 0;
|
2022-02-02 13:47:04 +01:00
|
|
|
position: relative;
|
2022-01-14 21:24:16 +01:00
|
|
|
padding: var(--spacing-s) var(--spacing-xs);
|
|
|
|
border-bottom: 1px solid var(--color-border);
|
|
|
|
font-size: var(--font-small);
|
|
|
|
background-color: var(--color-card-background-highlighted);
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
.livestream__comment {
|
|
|
|
width: 100%;
|
|
|
|
padding-top: var(--spacing-xs);
|
|
|
|
max-height: 6rem;
|
|
|
|
overflow-y: scroll;
|
|
|
|
}
|
|
|
|
|
|
|
|
.close-button {
|
|
|
|
border-left: 1px solid var(--color-border);
|
|
|
|
padding: 0 calc(var(--spacing-m) - var(--spacing-xs)) 0 var(--spacing-m);
|
|
|
|
color: var(--color-text-subtitle);
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: $breakpoint-small) {
|
|
|
|
padding: var(--spacing-xs);
|
|
|
|
width: var(--livestream-comments-width);
|
|
|
|
}
|
2022-02-02 13:48:24 +01:00
|
|
|
}
|
2022-02-02 13:45:16 +01:00
|
|
|
|
2022-02-02 13:48:24 +01:00
|
|
|
.livestream-pinned__wrapper--mobile {
|
|
|
|
@extend .livestream-pinned__wrapper;
|
|
|
|
|
|
|
|
z-index: 1300;
|
|
|
|
max-width: 100%;
|
|
|
|
padding: 0;
|
|
|
|
padding-left: var(--spacing-xxs);
|
|
|
|
border-radius: var(--border-radius);
|
|
|
|
border: 1px solid var(--color-border);
|
|
|
|
|
|
|
|
.livestream__comment {
|
2022-02-04 21:59:11 +01:00
|
|
|
overflow: hidden;
|
2022-02-02 13:48:24 +01:00
|
|
|
|
|
|
|
.livestreamComment__body {
|
|
|
|
margin: 0px;
|
|
|
|
width: 100%;
|
2022-02-04 21:59:11 +01:00
|
|
|
overflow: scroll;
|
2022-02-02 13:48:24 +01:00
|
|
|
|
2022-02-04 21:59:11 +01:00
|
|
|
&::-webkit-scrollbar {
|
|
|
|
width: 0 !important;
|
2022-02-02 13:45:16 +01:00
|
|
|
}
|
|
|
|
}
|
2022-02-02 13:48:24 +01:00
|
|
|
}
|
2022-02-02 13:45:16 +01:00
|
|
|
|
2022-02-02 13:48:24 +01:00
|
|
|
span {
|
|
|
|
font-size: var(--font-xxsmall) !important;
|
|
|
|
}
|
2022-02-02 13:45:16 +01:00
|
|
|
|
2022-02-02 13:48:24 +01:00
|
|
|
.close-button {
|
|
|
|
padding: 0;
|
|
|
|
padding-left: var(--spacing-xxs);
|
2022-02-02 13:45:16 +01:00
|
|
|
}
|
2022-01-14 21:24:16 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.livestreamSuperchat__amount--large {
|
|
|
|
.credit-amount {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-02-02 13:48:24 +01:00
|
|
|
.livestream-superchats {
|
2022-01-14 21:24:16 +01:00
|
|
|
display: flex;
|
|
|
|
|
|
|
|
.close-button {
|
|
|
|
color: var(--color-text-subtitle);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-02-02 13:48:24 +01:00
|
|
|
.livestream-superchat {
|
2022-01-14 21:24:16 +01:00
|
|
|
display: flex;
|
|
|
|
margin-right: var(--spacing-xs);
|
|
|
|
padding: var(--spacing-xxs);
|
|
|
|
border-radius: var(--border-radius);
|
|
|
|
|
|
|
|
.channel-thumbnail {
|
|
|
|
margin-right: var(--spacing-xs);
|
|
|
|
@include handleChannelGif(2rem);
|
2022-02-02 13:44:33 +01:00
|
|
|
|
|
|
|
@media (max-width: $breakpoint-small) {
|
|
|
|
margin-right: var(--spacing-xxs);
|
|
|
|
@include handleChannelGif(1.5rem);
|
|
|
|
|
|
|
|
.channel-staked__wrapper {
|
|
|
|
padding: 0px;
|
|
|
|
left: -0.4rem;
|
|
|
|
bottom: -0.5rem;
|
|
|
|
}
|
|
|
|
}
|
2022-01-14 21:24:16 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
&:first-of-type {
|
|
|
|
background-color: var(--color-superchat);
|
|
|
|
|
|
|
|
.channel-name {
|
|
|
|
max-width: 8rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&:nth-of-type(2) {
|
|
|
|
background-color: var(--color-superchat-2);
|
|
|
|
}
|
|
|
|
&:nth-of-type(3) {
|
|
|
|
background-color: var(--color-superchat-3);
|
2022-02-02 13:45:16 +01:00
|
|
|
|
|
|
|
@media (max-width: $breakpoint-small) {
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
2022-01-14 21:24:16 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
&:nth-of-type(-n + 3) {
|
|
|
|
.channel-name,
|
|
|
|
.credit-amount {
|
|
|
|
color: var(--color-black);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.channel-name {
|
|
|
|
max-width: 5rem;
|
|
|
|
}
|
2022-02-02 13:48:24 +01:00
|
|
|
}
|
2022-02-02 13:44:33 +01:00
|
|
|
|
2022-02-02 13:48:24 +01:00
|
|
|
.livestream-superchat--mobile {
|
|
|
|
@extend .livestream-superchat;
|
2022-02-02 13:44:33 +01:00
|
|
|
|
2022-02-02 13:48:24 +01:00
|
|
|
background-color: #fff;
|
|
|
|
padding: 5px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
|
|
|
|
span {
|
|
|
|
font-size: var(--font-xxsmall);
|
2022-02-04 21:59:11 +01:00
|
|
|
color: var(--color-text-subtitle);
|
2022-02-02 13:44:33 +01:00
|
|
|
}
|
2022-01-14 21:24:16 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.livestreamSuperchat__info {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: var(--font-xsmall);
|
|
|
|
|
|
|
|
.button {
|
|
|
|
margin-top: calc(var(--spacing-xxs) / 2);
|
|
|
|
}
|
2022-02-02 13:44:33 +01:00
|
|
|
|
|
|
|
@media (max-width: $breakpoint-small) {
|
|
|
|
max-height: 40px;
|
|
|
|
}
|
2022-01-14 21:24:16 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.livestreamSuperchat__info--sticker {
|
|
|
|
display: flex;
|
|
|
|
align-items: flex-start;
|
|
|
|
justify-content: space-between;
|
|
|
|
flex-direction: row;
|
|
|
|
width: 8rem;
|
|
|
|
height: 3rem;
|
|
|
|
|
|
|
|
.livestreamSuperchat__info--user {
|
|
|
|
.channel-name {
|
|
|
|
max-width: 5rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.livestreamSuperchat__info--image {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.livestreamSuperchat__info--notSticker {
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
|
|
|
.livestreamSuperchat__amount--large {
|
|
|
|
min-width: 2.5rem;
|
|
|
|
}
|