We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839a483 commit f71671bCopy full SHA for f71671b
ui/scss/component/_content.scss
@@ -566,7 +566,7 @@
566
.content__shorts-floating-actions {
567
position: absolute;
568
right: 0;
569
- bottom: 4.5rem;
+ bottom: 4.2rem;
570
z-index: 2;
571
display: flex;
572
flex-direction: column;
@@ -613,6 +613,14 @@
613
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.833);
614
}
615
616
+ .button .icon {
617
+ flex-shrink: 0;
618
+ }
619
+
620
+ .button .button__label {
621
+ position: absolute;
622
623
624
.button-bubble--active {
625
background: var(--color-primary) !important;
626
0 commit comments