Band-aid: hide video ad close button until next update is ready
This commit is contained in:
parent
9f7a163456
commit
bf6a2e51c1
1 changed files with 8 additions and 0 deletions
|
@ -81,6 +81,14 @@
|
|||
.avp-p-wrapper > div {
|
||||
border-radius: var(--border-radius) !important; // Needed for EU only
|
||||
}
|
||||
|
||||
#av-container #av-inner #gui #close-btn {
|
||||
// The current version started displaying the close button on video ads.
|
||||
// It closes the video but leaves the container behind. Since there will
|
||||
// be changes in the near future which the end result won't have this
|
||||
// issue, just hide it for now.
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue