No background repeat media browser (#6695)

This commit is contained in:
Bram Kragten 2020-08-25 14:06:03 +02:00 committed by GitHub
parent 75406c2d01
commit 1b970e5a66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -483,7 +483,9 @@ export class HaMediaPlayerBrowse extends LitElement {
width: 100%;
padding-bottom: 100%;
position: relative;
box-sizing: border-box;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}