0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-22 19:25:16 +00:00

fix: itemSectionRenderer not filling screen

This commit is contained in:
Alex 2022-03-25 09:49:14 +13:00
parent 7d3b8e2469
commit 5e0cb52a2e

View file

@ -29,7 +29,7 @@
}
.fill-screen {
widows: 100 vw; /* Very Hacky */
width: 100 vw; /* Very Hacky */
}
</style>