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:
parent
7d3b8e2469
commit
5e0cb52a2e
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
}
|
||||
|
||||
.fill-screen {
|
||||
widows: 100 vw; /* Very Hacky */
|
||||
width: 100 vw; /* Very Hacky */
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Reference in a new issue