oxdc / obsidian-vertical-tabs

An Obsidian plugin that displays open tabs vertically, allowing users to group and organize tabs for a better navigation experience.
MIT License
91 stars 0 forks source link

Tab zoom is breaking Minimal theme css classes #63

Closed Lotus49b closed 2 weeks ago

Lotus49b commented 3 weeks ago

I don't know if this is limited to Minimal theme only.

With new VT tab zoom version, cssclasses are over-ridden/ignored: image

With VT disabled (or with VT 0.10 reinstalled): image

"Table-wide" allows the table width to extend beyond the normal Readable Line Length setting (table-small sets a smaller font in the table). I've reverted to v0.10 for now.

oxdc commented 2 weeks ago

Thank you! I'll look into it ASAP.

oxdc commented 2 weeks ago

Hi @Lotus49b ! After some inspections, it seems that Minimal theme does not follow Obsidian's default design and style structures. Since there is no CSS class or anchor for identifying the theme, I cannot apply patches to this specific theme. Or otherwise it will break other themes. Please consider opening a Plugin Support issue on their side. Thank you.

In the next release, tab zoom will only be applied if necessary. So, if you don't enable tab zoom, everything will work as usual.

Lotus49b commented 2 weeks ago

Great, thanks!