This commit is contained in:
dank074 2021-11-12 17:49:15 -06:00
parent 734a2133b1
commit 768b5fda84

View File

@ -1,8 +1,9 @@
.youtube-tv-widget { .youtube-tv-widget {
width: 600px; width: 600px;
height: 380px;
.youtube-video-container { .youtube-video-container {
min-height: 366px; //min-height: 366px;
.empty-video { .empty-video {
background-color: black; background-color: black;
@ -46,7 +47,8 @@
} }
.playlist-grid { .playlist-grid {
height: 315px; height: 100%;
width: 100%;
} }
} }
} }