We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e7d358 commit 1a3d52aCopy full SHA for 1a3d52a
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
This documents the user-facing changes for each version
4
5
+## 0.6.1
6
+
7
+- Fix interaction when settings are collapsed
8
9
## 0.6
10
11
- Queue capacity watcher now only sends notifications when the queue size has actually increased
package.json
@@ -1,6 +1,6 @@
1
{
"name": "queue-manager",
- "version": "0.6",
+ "version": "0.6.1",
"private": true,
"scripts": {
"build": "spicetify-creator",
src/ui.css
@@ -127,6 +127,7 @@
127
.qs-settings.collapsed .qs-settings-content {
128
max-height: 0;
129
opacity: 0;
130
+ pointer-events: none;
131
}
132
.qs-settings.collapsed {
133
padding-bottom: 0px;
0 commit comments