more
This commit is contained in:
parent
26e67b375c
commit
75a6ea21a5
1 changed files with 8 additions and 3 deletions
|
@ -281,8 +281,8 @@ $discussion-header__height: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.livestream-superchat__banner {
|
.livestream-superchat__banner {
|
||||||
border-top-right-radius: var(--border-radius);
|
border-top-left-radius: 0;
|
||||||
border-bottom-right-radius: var(--border-radius);
|
border-bottom-left-radius: 0;
|
||||||
padding: 0.25rem var(--spacing-s);
|
padding: 0.25rem var(--spacing-s);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -298,7 +298,7 @@ $discussion-header__height: 3rem;
|
||||||
background-color: var(--color-superchat);
|
background-color: var(--color-superchat);
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
transform: translateX(25%) translateY(50%);
|
transform: translateX(0) translateY(50%);
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
content: '';
|
content: '';
|
||||||
|
@ -316,6 +316,11 @@ $discussion-header__height: 3rem;
|
||||||
.livestream-comment__text {
|
.livestream-comment__text {
|
||||||
padding-right: var(--spacing-xxs);
|
padding-right: var(--spacing-xxs);
|
||||||
padding-bottom: var(--spacing-xxs);
|
padding-bottom: var(--spacing-xxs);
|
||||||
|
.markdown-preview {
|
||||||
|
p {
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.livestream-superchat__tooltip-amount {
|
.livestream-superchat__tooltip-amount {
|
||||||
|
|
Loading…
Add table
Reference in a new issue