Skip to content

Commit 23b47f7

Browse files
Fix width of video preview in panel in index.css
1 parent a8c5060 commit 23b47f7

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

index.css

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
.video-container>figure{display:flex;flex-direction:column;align-items:center;row-gap:.75rem}.video-caption{color:#777}.video-caption-link{text-decoration:underline}
1+
.video-container > figure{
2+
display:flex;
3+
flex-direction:column;
4+
align-items:center;
5+
row-gap:.75rem
6+
}
7+
.video-container > figure > video {
8+
width: 100%;
9+
}
10+
.video-caption {
11+
color:#777
12+
}
13+
.video-caption-link {
14+
text-decoration:underline
15+
}

0 commit comments

Comments
 (0)