Skip to content

Commit

Permalink
fix: queue landscape view
Browse files Browse the repository at this point in the history
  • Loading branch information
anshg1214 committed Jul 20, 2024
1 parent 37ef7fe commit c310d7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/css/brainzplayer.less
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@
.queue {
position: fixed;
padding: 1em;
bottom: calc(-100% - @brainzplayer-height - @progress-bar-height);
transition: bottom 1s ease-in-out;
top: calc(100% - @brainzplayer-height);
transition: top 1s ease-in-out;
width: 100%;
max-width: 550px;
height: 500px;
Expand All @@ -356,7 +356,7 @@
z-index: 9998;
right: 0;
&.show {
bottom: @brainzplayer-height;
top: 0;
}

.hide-queue {
Expand Down

0 comments on commit c310d7c

Please sign in to comment.