mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-19 05:43:35 -05:00
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:
parent
0928520695
commit
ea3dde2fe4
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
-webkit-mask-image: linear-gradient(to right, transparent 20%, #fff);
|
-webkit-mask-image: linear-gradient(to right, transparent 20%, #fff);
|
||||||
mask-image: linear-gradient(to right, transparent 20%, #fff);
|
mask-image: linear-gradient(to right, transparent 20%, #fff);
|
||||||
|
object-fit: cover;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in a new issue