mirror of
https://github.com/vannamhh/progress-tracker.git
synced 2026-07-22 05:43:38 +00:00
docs: update version 1.3.0
This commit is contained in:
parent
703a572f47
commit
74ed2cb622
2 changed files with 2 additions and 2 deletions
2
main.ts
2
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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue