Skip to content

Commit de233f8

Browse files
Merge pull request #521 from H7GhosT/fix/transcribe-on-top-of-comments
Fix transcribe button being on top of replies
2 parents 834ff11 + e2d568a commit de233f8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/scss/partials/_chatBubble.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,9 +532,15 @@
532532
&--transcribe {
533533
font-size: 1.375rem;
534534
}
535+
535536
&--lifted {
536537
bottom: calc(var(--message-beside-button-size) + 0.25rem);
537538
}
539+
540+
.with-beside-replies &--lifted {
541+
bottom: 0;
542+
inset-inline-end: calc(var(--message-beside-button-margin) - var(--message-beside-button-size) - 0.25rem);
543+
}
538544
}
539545

540546
&-view-button {

0 commit comments

Comments
 (0)