Skip to content

Commit

Permalink
css: use nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Apr 27, 2024
1 parent feef5a8 commit 2a1e841
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions web/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ body {
& .playlist div.row:has(div.playing) {
filter: brightness(120%);
}
}

#main-layout .player-wrapper {
display: flex;
width: 100%;
}
& .player-wrapper {
display: flex;
width: 100%;
}


#main-layout .player-wrapper audio {
border-radius: 0.5rem;
& .player-wrapper audio {
border-radius: 0.5rem;
}
}

0 comments on commit 2a1e841

Please sign in to comment.