tomzorz / Sodalite

Sodalite theme for Obsidian

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using Kanban Plugin Header Area Incorrectly covering Kanban Features

OQ2000 opened this issue · comments

Using the Sodalite theme with the Kanban plugin, there is an incorrect amount of padding allocated at the top of the screen to see the Kanban features underneath.

image

Using a teeny bit of css (piggybacking the sourcing from another bit of css from the Kanban plugin)
.workspace-leaf-content[data-type=kanban] .view-content { padding-top: 50px; }
After this css is applied, it looks like this.

image

Bassically just looking for a suggestion of any better way to implement this css before creating a PR.

I think that's pretty much it, if you look into the theme CSS, there're a lot of variations for what workspace-leaf-content options I do the scroll-below thing for 👍 thanks for looking into it