From ea3dde2fe4f8eeabfc41b2ce97a08d1e44f80588 Mon Sep 17 00:00:00 2001 From: panbread <93918332+Panniku@users.noreply.github.com> Date: Sat, 28 Sep 2024 19:46:48 +0400 Subject: [PATCH] fix(BannersEverywhere): object-fit: cover; (#40) * feat: plugin information in plugins tab * feat(equicordCSS): remove if hell and simplify * feat(Demonstration): notif reminder * fix(Demonstration): improvement * add devs * Updates And Fixes * Revert "Updates And Fixes" This reverts commit d84b833bc4acb84e332270c9880eedd17c1b09cd. * feat(ServerListIndicators): toggle compact and optimization * fix: background-primary * fix: object-fit: cover; --------- Co-authored-by: thororen1234 <78185467+thororen1234@users.noreply.github.com> --- src/equicordplugins/bannersEverywhere/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/equicordplugins/bannersEverywhere/index.css b/src/equicordplugins/bannersEverywhere/index.css index bc875ba5..c99e5ca7 100644 --- a/src/equicordplugins/bannersEverywhere/index.css +++ b/src/equicordplugins/bannersEverywhere/index.css @@ -3,6 +3,7 @@ opacity: 0.8; -webkit-mask-image: linear-gradient(to right, transparent 20%, #fff); mask-image: linear-gradient(to right, transparent 20%, #fff); + object-fit: cover; width: 100%; height: 100%; position: absolute;