Skip to content

Commit f71671b

Browse files
committed
Fix rating icons in shorts floating player
1 parent 839a483 commit f71671b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

ui/scss/component/_content.scss

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@
566566
.content__shorts-floating-actions {
567567
position: absolute;
568568
right: 0;
569-
bottom: 4.5rem;
569+
bottom: 4.2rem;
570570
z-index: 2;
571571
display: flex;
572572
flex-direction: column;
@@ -613,6 +613,14 @@
613613
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.833);
614614
}
615615

616+
.button .icon {
617+
flex-shrink: 0;
618+
}
619+
620+
.button .button__label {
621+
position: absolute;
622+
}
623+
616624
.button-bubble--active {
617625
background: var(--color-primary) !important;
618626
}

0 commit comments

Comments
 (0)