Closed aidan-gibson closed 2 years ago
Hm. It looks like MacOS is using display: block on the new theme instead of display: flex. Try this CSS snippet and see if it works (and doesn't break anything else):
body.obsidian-themepocalypse .titlebar-button-container {
display: flex;
}
That pretty much fixes it, thanks! It's much more spread out as you can see, but I don't mind.
https://forum.obsidian.md/t/0-16-0-theme-migration-guide/42537
This also might be helpful! A lot of CSS changes happened with v16. Thanks so much for a killer plugin!
The spreading is actually intentional so that the numbers will fit and won't cause other things in the title bar to move (like Quick Explorer). If you go to a note with enough history to have two digit numbers, there will be a lot less space. :)
Anyway, I'm going to go ahead and add the CSS to the plugin to fix this, thanks for the report and testing.
Obsidian 0.16.2 should fix this problem, and if it doesn't, Pane Relief 0.3.1 should. Both are available for update now. :wink:
With Pane Relief Enabled:
With Pane Relief Disabled: