Skip to content

Commit

Permalink
Search result hidden behind playlist #472
Browse files Browse the repository at this point in the history
  • Loading branch information
Rello committed May 11, 2020
1 parent 7ed8301 commit 5b91e78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -335,12 +335,13 @@ i#scanAudiosFirst {
#playlist-container {
margin: 0;
width: 98%;
position: absolute;
position: relative;
top: 60px;
float: left;
display: inline;
height: auto;
padding-left: 10px;
padding-bottom: 30px;
}

#individual-playlist {
Expand Down
3 changes: 2 additions & 1 deletion css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -329,12 +329,13 @@ i#scanAudiosFirst {
#playlist-container {
margin: 0;
width: 98%;
position: absolute;
position: relative;
top: 60px;
float: left;
display: inline;
height: auto;
padding-left: 10px;
padding-bottom: 30px;
}

#individual-playlist {
Expand Down

0 comments on commit 5b91e78

Please sign in to comment.