hydescarf / Obsidian-Theme-Mado-11

A simple theme that makes Obsidian feels a bit more like a modern app.
MIT License
76 stars 3 forks source link

Top Left Window Buttons Overlap #6

Closed whereiswhere closed 2 years ago

whereiswhere commented 2 years ago

I tested it on Mac, if put mouse on the top left window, the buttons will overlap with the Obsidian's Go back and Go Forward buttons:

Screen Shot 2022-05-20 at 5 44 27 PM
hydescarf commented 2 years ago

Unfortunately, I do not have a Mac to test this out.

If you don't mind helping out, can you try to use the "default theme", then open up the developer tools through Cmd + Shift + I. Then click on the far-left icon with an arrow inside it. image Next, click on the close button, and take a screenshot of the whole developer tools like below image

Specifically, I'd like to see the contents of <div class="titlebar-inner"> to look for Mac-specific CSS class.

whereiswhere commented 2 years ago

Ok, like this?

Screen Shot 2022-05-21 at 1 26 17 AM
hydescarf commented 2 years ago

Ah yes, thank you! I see how I can fix this now, just have to apply a new CSS for mod-macos for the buttons. And I see the right-side buttons for close/etc. are removed as well in this mode.

The new update is now live! https://github.com/hydescarf/Obsidian-Theme-Mado-11/commit/fc448530c0a8ba147716eb3df0f443a7e0945b35 Closing thread now but let me know if the problem persists.