diff options
Diffstat (limited to 'youtube/static/local_playlist.css')
-rw-r--r-- | youtube/static/local_playlist.css | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/youtube/static/local_playlist.css b/youtube/static/local_playlist.css index a520751..1d786dd 100644 --- a/youtube/static/local_playlist.css +++ b/youtube/static/local_playlist.css @@ -291,6 +291,7 @@ hr { left: 0; top: 0; object-fit: cover; + background-color: var(--primary-background); } .length { @@ -326,13 +327,6 @@ hr { text-transform: none; } -.thumbnail-img { - margin: auto; - display: block; - max-height: 100%; - max-width: 100%; -} - .info-box { grid-area: info-box; display: grid; |