Band-aid: hide video ad close button until next update is ready

This commit is contained in:
infinite-persistence 2022-05-11 16:26:27 +08:00
parent 9f7a163456
commit bf6a2e51c1
No known key found for this signature in database
GPG key ID: B9C3252EDC3D0AA0

View file

@ -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;
}
}
}