Skip to content

Commit

Permalink
Fix player panel hide transition bug
Browse files Browse the repository at this point in the history
  • Loading branch information
staniel359 committed May 11, 2023
1 parent 55daf6a commit d3cfe7a
Showing 1 changed file with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,16 +94,17 @@ export default {
</script>

<style lang="sass" scoped>
.player-panel
@extend .no-padding, .no-border, .visibility-visible
overflow: visible !important
z-index: 200 !important
transition: transform 0.5s ease
&.inverted
border-top: $borderInverted !important
.ui.sidebar
&.player-panel
@extend .no-padding, .no-border, .visibility-visible
height: $playerPanelHeight !important
overflow: visible !important
z-index: 200 !important
transition: transform 0.5s ease
&.inverted
border-top: $borderInverted !important
.player-content-container
@extend .d-flex, .align-items-center
@extend .d-flex, .align-items-center, .h-100
width: 720px !important
height: $playerPanelHeight
</style>

0 comments on commit d3cfe7a

Please sign in to comment.