Skip to content

Commit

Permalink
Fix drag styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed Apr 24, 2021
1 parent 21a7cc1 commit 2c4b1c4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-kanban",
"name": "Kanban",
"version": "0.0.7",
"version": "0.0.8",
"minAppVersion": "0.11.13",
"description": "Create markdown-backed Kanban boards in Obsidian.",
"author": "mgmeyers",
Expand Down
2 changes: 1 addition & 1 deletion src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ button.kanban-plugin__cancel-action-button {
font-size: 0.875rem;
}

.kanban-plugin__item.is-dragging
.is-dragging
.markdown-preview-view.kanban-plugin__item-markdown,
.kanban-plugin
.kanban-plugin__item
Expand Down
2 changes: 2 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,8 @@ button.kanban-plugin__cancel-action-button {
font-size: 0.875rem;
}

.is-dragging
.markdown-preview-view.kanban-plugin__item-markdown,
.kanban-plugin
.kanban-plugin__item
.markdown-preview-view.kanban-plugin__item-markdown {
Expand Down
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"0.0.8": "0.11.13",
"0.0.7": "0.11.13",
"0.0.6": "0.11.13",
"0.0.5": "0.11.13",
Expand Down

0 comments on commit 2c4b1c4

Please sign in to comment.