joekrill / silverbullet-treeview

SilverBullet TreeView plug
MIT License
36 stars 10 forks source link

integrate treeview-topbar into silverbullet-topbar #13

Open inos-github opened 6 months ago

inos-github commented 6 months ago

For the "lhs" and "rhs" positions, it would be nice to integrate the topbar into the unused silverbullet-topbar just above the treeview .

jamesgecko commented 5 months ago

I was able to accomplish this via some hacky CSS in my STYLES note

.sb-panel {
  z-index: 20;
  margin-top: -56px;
}
joekrill commented 2 months ago

The problem with doing this is that longer page names extend into that area, so it's not always unused.