Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
kurotsmile committed Jul 13, 2024
1 parent 5dfea11 commit 47f567a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,13 @@ h1 {
}

.song-item .btn-extension.btnlyrics{
top: 150px;
right: 15px;
bottom: 33%;
}

.song-item .btn-extension.btndownload{
top: 150px;
left: 15px;
bottom: 33%;
}
.song-item .btn-extension.btnplay{
top: 40%;
Expand All @@ -182,14 +182,16 @@ h1 {
}

.song-item .btn-extension.btnAddPlaylist{
top: 88px;
right:20px;
top: 40%;
right:15px;
transform: translateY(-50%);
}

.song-item .btn-extension.btnEdit{
top: 88px;
left:20px;
top: 40%;
left:15px;
border-radius: 6px;
transform: translateY(-50%);
}

.song-item .btn-extension i{
Expand Down

0 comments on commit 47f567a

Please sign in to comment.