Fix Live TV channel logo cut off in popover

This commit is contained in:
JonnyWong16 2020-03-05 20:58:32 -08:00
parent e99c4aec4a
commit b2529db026

View file

@ -3153,7 +3153,7 @@ div.dataTables_info {
.channel-thumbnail { .channel-thumbnail {
background-color: #868b8b; background-color: #868b8b;
background-position: center; background-position: center;
background-size: cover; background-size: contain;
background-origin: content-box; background-origin: content-box;
background-repeat: no-repeat; background-repeat: no-repeat;
height: 50px; height: 50px;