Suppress latest floater ad

This commit is contained in:
infinite-persistence 2022-05-11 22:21:48 +08:00 committed by Thomas Zarebczan
parent c572891590
commit 6ade6611d9

View file

@ -54,11 +54,14 @@
width: $width; width: $width;
} }
div[style*='transform-origin: left bottom'] { div[style*='transform-origin: left bottom'],
div[style*='transform-origin: right bottom'] {
// [Floating ad] // [Floating ad]
// Hide for now since can't get it to work in a consistent manner between: // Hide for now since can't get it to work in a consistent manner between:
// - EU and non-EU version // - EU and non-EU version
// - issues in Firefox // - issues in Firefox
// - floater not taking browser zoom levels into account (close button off screen).
// - many more...
display: none !important; display: none !important;
} }