mgmeyers / obsidian-kanban

Create markdown-backed Kanban boards in Obsidian.
https://publish.obsidian.md/kanban/
GNU General Public License v3.0
3k stars 173 forks source link

[Bug]: kanban title count show ugly style when collapsed horizontal #989

Open l2eused opened 3 weeks ago

l2eused commented 3 weeks ago

Describe the bug

when collapsed kanban lane it will rotate 180 deg. but style it doesn't change along with that.

Expected Behavior

it can be fix by add style to match collapse lane

in css:

.kanban-plugin__lane-wrapper.collapse-horizontal .kanban-plugin__lane .kanban-plugin__lane-title-count {
    min-height: 20px;
    min-width: unset;
    padding: 6px 0;
}

P.S I don't know how to create pull request... so I ended up with create this issue

Steps to reproduce

  1. create kanban list
  2. collapse kanban list (kanban lane)

Relevant errors (if available)

No response

Operating system

Windows