obsidian icon indicating copy to clipboard operation
obsidian copied to clipboard

Horizontal title bar

Open spencewenski opened this issue 3 years ago • 2 comments

Hello,

I would prefer to have a normal horizontal title bar. Is it possible to switch the title bar back to horizontal? Or could you provide two different versions of the theme somehow, one with a horizontal title bar and one with a vertical title bar?

Thanks.

spencewenski avatar Dec 28 '21 22:12 spencewenski

@spencewenski, I found myself with the same issue. I have found a temporary fix by removing lines 260 to 417 from the obsidian.css file. I've also opened a pull request - #13 - with my changes. You could also clone a copy of the fork I've created and follow the instructions. (https://github.com/kjharcombe/obsidian) Hope this helps 😃

kjharcombe avatar Dec 29 '21 01:12 kjharcombe

I second this, that or address the code in such a way that a simple comment to the CSS can turn the whole section on or off. It's also worth noting that because of how the bar is reshaped that if you go back to horizontal the sizing's of the bar are not quite right anymore.

JordanTheITGuy avatar Jan 31 '22 14:01 JordanTheITGuy

Totally agree, especially with the 0.16 UI changes coming around, the vertical bar will most likely no longer work anyways. After the redesign we could try reimplementing optionally if this was a desired feature.

Chrismettal avatar Sep 06 '22 18:09 Chrismettal