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 d84b833bc4.

* feat(ServerListIndicators): toggle compact and optimization

* fix: background-primary

* fix: object-fit: cover;

---------

Co-authored-by: thororen1234 <78185467+thororen1234@users.noreply.github.com>
This commit is contained in:
panbread 2024-09-28 19:46:48 +04:00 committed by GitHub
parent 0928520695
commit ea3dde2fe4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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