mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
fix size
This commit is contained in:
parent
734a2133b1
commit
768b5fda84
@ -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%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user