@primer/brand-css 0.56.3-rc.3b4763de → 0.56.3-rc.48b88f75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -320,7 +320,8 @@
|
|
|
320
320
|
|
|
321
321
|
.Prose video,
|
|
322
322
|
.Prose iframe[src*='youtube.com'],
|
|
323
|
-
.Prose iframe[src*='youtu.be']
|
|
323
|
+
.Prose iframe[src*='youtu.be'],
|
|
324
|
+
.Prose iframe[src*='youtube-nocookie.com'] {
|
|
324
325
|
--spacing: var(--brand-Prose-img-spacing);
|
|
325
326
|
|
|
326
327
|
border-radius: var(--brand-borderRadius-medium);
|
|
@@ -336,7 +337,8 @@
|
|
|
336
337
|
}
|
|
337
338
|
|
|
338
339
|
.Prose iframe[src*='youtube.com'],
|
|
339
|
-
.Prose iframe[src*='youtu.be']
|
|
340
|
+
.Prose iframe[src*='youtu.be'],
|
|
341
|
+
.Prose iframe[src*='youtube-nocookie.com'] {
|
|
340
342
|
width: 100%;
|
|
341
343
|
aspect-ratio: 16 / 9;
|
|
342
344
|
}
|