Skip to content

Commit 7912564

Browse files
committed
CSS adjustment fr compact play queue
1 parent b99b210 commit 7912564

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

packages/app/app/app.global.scss

+6
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ a.disabled {
5656
}
5757
}
5858

59+
button.ui.button {
60+
& + & {
61+
margin-left: 0.5rem;
62+
}
63+
}
64+
5965
input {
6066
&::selection {
6167
background: rgba($lightbg, 0.85);

packages/app/app/components/PlayQueue/styles.scss

+7
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,12 @@
5050
display: none;
5151
}
5252
}
53+
54+
.play_queue_items {
55+
div div::-webkit-scrollbar {
56+
width: 0 !important;
57+
display: none;
58+
}
59+
}
5360
}
5461
}

0 commit comments

Comments
 (0)