Skip to content

Commit

Permalink
Hiding unnecessary background height on responsive; finalises #858
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedb committed Jan 3, 2024
1 parent b112173 commit 9b74d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/components/_playback-controls.scss
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
max-height: 100%;

.playback-controls__background {
height: 210px;
height: 150px;
}

section {
Expand Down

0 comments on commit 9b74d9b

Please sign in to comment.