Skip to content

Commit

Permalink
CSS adjustment fr compact play queue
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Sep 17, 2024
1 parent b99b210 commit 7912564
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/app/app/app.global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ a.disabled {
}
}

button.ui.button {
& + & {
margin-left: 0.5rem;
}
}

input {
&::selection {
background: rgba($lightbg, 0.85);
Expand Down
7 changes: 7 additions & 0 deletions packages/app/app/components/PlayQueue/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,12 @@
display: none;
}
}

.play_queue_items {
div div::-webkit-scrollbar {
width: 0 !important;
display: none;
}
}
}
}

0 comments on commit 7912564

Please sign in to comment.