deathau / Notation-for-Obsidian

A theme for Obsidian, inspired by and borrowing elements from Notion
The Unlicense
193 stars 26 forks source link

File controls & Page Name occupies 30 % of visible area #6

Closed nitish-17 closed 3 years ago

nitish-17 commented 3 years ago

Hi, I really like the look of the theme. But the file controls (i.e, edit,close,more option icons) and page name itself occupies 30 % of space on the screen. And when I split the page horizontally only 2 lines are visible as shown in the pics attached. Please make the top part narrow like all other themes so that I have more screen space to work with.

percent30waste split
nitish-17 commented 3 years ago

I'm using Windows 10

gamedeviced commented 3 years ago

Hi @nitish-17

you could create a css file to the folder .obsidian/snippets in your vault and add the following code to reduce the height:

.workspace-leaf-content[data-type=markdown] .view-header, .workspace-leaf.mod-active .workspace-leaf-content[data-type=markdown] .view-header { padding-top: 48px }

(Adjust the value to your needs. As I'm on macOS you need to check the correct path for css snippets.)

Hope that helps!

nitish-17 commented 3 years ago

Thanks @gamedeviced 👍