Skip to content

Commit

Permalink
No background repeat media browser (#6695)
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkragten authored Aug 25, 2020
1 parent 75406c2 commit 1b970e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/media-player/ha-media-player-browse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 1b970e5

Please sign in to comment.