Skip to content

Commit 34f0062

Browse files
fix: iframe video responsiveness in mobile view (#384)
1 parent 8efa190 commit 34f0062

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ui/src/css/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@
3434
flex-basis: var(--toc-width--widescreen);
3535
}
3636
}
37+
38+
center > iframe {
39+
max-width: 100%;
40+
}

0 commit comments

Comments
 (0)