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

small fix with width

This commit is contained in:
Alex 2022-03-25 09:56:18 +13:00
parent e77d02d1f1
commit 50dfeae707

View file

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