Skip to content

Commit 12aeab2

Browse files
committed
fix: list of channel overflow on small screens
Adapts the CSS for the `toogle-live-audio-video` showcase to avoid overflowing of the channel list outside of the screen.
1 parent 076cc91 commit 12aeab2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

static/showcases/toggle-live-audio-video.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
#streams {
55
display: flex;
6-
justify-content: space-around;
6+
flex-wrap: wrap;
7+
gap: var(--size-1);
78
margin-top: var(--size-3);
89

910
button {

0 commit comments

Comments
 (0)