diff --git a/main.ts b/main.ts index 07e26ab..7bbf0bc 100644 --- a/main.ts +++ b/main.ts @@ -439,7 +439,7 @@ export default class TaskProgressBarPlugin extends Plugin { // Set the CSS rule with the user's preference style.textContent = ` - .workspace-tabs.mod-top.mod-top-right-space:not(.mod-top-left-space) { + .mod-sidedock .workspace-tabs:not(.mod-top-left-space) { max-height: ${this.settings.maxTabsHeight} !important; transition: max-height 0.3s ease; } diff --git a/manifest.json b/manifest.json index 8878746..cf5b82a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "progress-tracker", "name": "ProgressTracker", - "version": "1.2.0", + "version": "1.3.0", "minAppVersion": "1.1.0", "description": "Track task completion with a visual progress bar in your sidebar, auto update column Kanban", "author": "VN",