Skip to content

Commit 1a3d52a

Browse files
committed
fix: collapsed settings interaction
1 parent 6e7d358 commit 1a3d52a

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This documents the user-facing changes for each version
44

5+
## 0.6.1
6+
7+
- Fix interaction when settings are collapsed
8+
59
## 0.6
610

711
- Queue capacity watcher now only sends notifications when the queue size has actually increased

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "queue-manager",
3-
"version": "0.6",
3+
"version": "0.6.1",
44
"private": true,
55
"scripts": {
66
"build": "spicetify-creator",

src/ui.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
.qs-settings.collapsed .qs-settings-content {
128128
max-height: 0;
129129
opacity: 0;
130+
pointer-events: none;
130131
}
131132
.qs-settings.collapsed {
132133
padding-bottom: 0px;

0 commit comments

Comments
 (0)