mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-05 18:09:23 +08:00
fix: style
This commit is contained in:
@@ -449,8 +449,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.video-wrap video {
|
.video-wrap video {
|
||||||
width: 50%;
|
width: calc(50% - 3px);
|
||||||
height: 50%;
|
height: 50%;
|
||||||
|
border-radius: var(--radius-sm);
|
||||||
}
|
}
|
||||||
.video-wrap video:last-child {
|
.video-wrap video:last-child {
|
||||||
margin-left: 6px;
|
margin-left: 6px;
|
||||||
|
|||||||
Reference in New Issue
Block a user