CLS: reserve space for injected video ads
This commit is contained in:
parent
038431f95c
commit
c62c667436
2 changed files with 5 additions and 1 deletions
|
@ -33,6 +33,10 @@
|
|||
min-width: 15rem;
|
||||
}
|
||||
|
||||
.ads__injected-video {
|
||||
aspect-ratio: 16 / 9;
|
||||
}
|
||||
|
||||
.avp-p-gui {
|
||||
z-index: 1 !important;
|
||||
}
|
||||
|
|
|
@ -82,7 +82,7 @@ function Ads(props: Props) {
|
|||
|
||||
const videoAd = (
|
||||
<div className="ads__claim-item">
|
||||
<div id="62d1eb10-e362-4873-99ed-c64a4052b43b" />
|
||||
<div id="62d1eb10-e362-4873-99ed-c64a4052b43b" className="ads__injected-video" />
|
||||
<div
|
||||
className={classnames('ads__claim-text', {
|
||||
'ads__claim-text--small': small,
|
||||
|
|
Loading…
Reference in a new issue