Skip to content

Commit c5fb912

Browse files
Merge pull request #61 from cloudflare/fix/notification-audio-toggle-alignment
fix(audio-settings): aligned audio toggle similar to mirror my video, similar to initial SDK versions
2 parents 432afdd + 179b8c6 commit c5fb912

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/core/src/components/rtk-settings-audio/rtk-settings-audio.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ audio {
2222
}
2323
}
2424

25+
.row {
26+
@apply flex items-center justify-between gap-3;
27+
}
28+
2529
rtk-audio-visualizer {
2630
@apply flex-shrink-0;
2731
}

0 commit comments

Comments
 (0)