Skip to content

Commit

Permalink
rounded border for album picture in bar (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
r4sas authored Jul 23, 2020
1 parent 5694af6 commit 002c02c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -848,6 +848,9 @@ i#scanAudiosFirst {
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
border: 1px solid lightgray;
-moz-border-radius: 5px;
border-radius: 5px;
}

.draggingSong {
Expand Down
3 changes: 3 additions & 0 deletions css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,9 @@ i#scanAudiosFirst {
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
border: 1px solid lightgray;
-moz-border-radius: 5px;
border-radius: 5px;
}

.draggingSong {
Expand Down

0 comments on commit 002c02c

Please sign in to comment.