seanwcom / Red-Graphite-for-Obsidian

A light theme for Obsidian.md, based on Bear.app's Red Graphite theme.
The Unlicense
197 stars 20 forks source link

Text not vertically alligned to centre #21

Closed AdrianSimionov closed 1 year ago

AdrianSimionov commented 1 year ago
CleanShot 2022-11-24 at 10 33 06@2x

As seen in the attached file, top padding (purple) is not the same as bottom padding (red). Unless this is intentional, I would highly recommend fixing it.

It is obvious under Settings and for each individual note file.

seanwcom commented 1 year ago

Yeah, that does look a bit off - good eye. I made a "quick fix" to add some padding to the top, but I want to go back and look closer at it. The default css uses one value for all sides of the padding, so you'd think it would look right. So that means there's some margin affecting things, or some of my own css is getting in the way. For now I've brute force fixed it by just adding a couple pixels of padding to the top. The theme should update soon. Thanks!