Skip to content

Commit 9d8866d

Browse files
committed
doh
1 parent d7f4660 commit 9d8866d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • src/content/capture/canvas-video/css

src/content/capture/canvas-video/css/main.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ canvas {
2121

2222
video {
2323
height: 231px;
24-
margin: 0 20px 0 0;
24+
margin: 0 0 20px 0;
2525
width: calc(50% - 12px);
2626
}
2727

@@ -31,10 +31,11 @@ video {
3131
width: 83px;
3232
}
3333
canvas {
34+
margin: 0 10px 0 0;
3435
width: calc(50% - 7px);
3536
}
3637
video {
37-
margin: 0 10px 20px 0;
38+
margin: 0 0 20px 0;
3839
width: calc(50% - 7px);
3940
}
4041
}

0 commit comments

Comments
 (0)