Remove horizontal scroll on ln dashboad

This commit is contained in:
nymkappa 2022-07-23 16:14:32 +02:00
parent f96b7e7004
commit e0d189b70a
No known key found for this signature in database
GPG key ID: E155910B16E8BD04

View file

@ -20,7 +20,7 @@
} }
.widget { .widget {
width: 100vw; width: 99vw;
height: 250px; height: 250px;
-webkit-mask: linear-gradient(0deg, #11131f00 5%, #11131fff 25%); -webkit-mask: linear-gradient(0deg, #11131f00 5%, #11131fff 25%);
} }