Skip to content

Commit

Permalink
AudioPlayer.scss --> css position fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasminDreasond committed Sep 28, 2024
1 parent 7fa0808 commit fd34791
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/scss/AudioPlayer.scss
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
.profile_top_progress,
.profile_minimal,
.profile_generic {
display: flex;
width: 100%;
flex-direction: column;
position: relative;

.player-controls {
flex: 1;
}
}

// https://codepen.io/trevanhetzel/pen/rOVrGK

@mixin rangeThumb {
Expand Down Expand Up @@ -59,6 +46,19 @@
}

.r-howler {
.profile_top_progress,
.profile_minimal,
.profile_generic {
display: flex;
width: 100%;
flex-direction: column;
position: relative;

.player-controls {
flex: 1;
}
}

&.player {
position: relative;
display: flex;
Expand Down

0 comments on commit fd34791

Please sign in to comment.