mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Fix Live TV channel logo cut off in popover
This commit is contained in:
parent
e99c4aec4a
commit
b2529db026
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue