We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abbe00 commit c32f625Copy full SHA for c32f625
packages/WebVideo/__tests__/__snapshots__/WebVideo.spec.jsx.snap
@@ -196,6 +196,10 @@ exports[`WebVideo renders 1`] = `
196
display: block;
197
}
198
199
+.c12 {
200
+ padding-top: 2px;
201
+}
202
+
203
.c2 {
204
background-image: url(https://img.youtube.com/vi/ppF-fn37SDs/maxresdefault.jpg);
205
background-size: cover;
@@ -219,10 +223,6 @@ exports[`WebVideo renders 1`] = `
219
223
background-image: url(16:9);
220
224
221
225
222
-.c12 {
- padding-top: 2px;
-}
-
226
@media (min-width:768px) {
227
.c4 {
228
width: 200px;
0 commit comments