crashmoney / obsidian-typewriter

Typewriter is an Obsidian theme designed for a focused writing experience.
GNU General Public License v3.0
91 stars 17 forks source link

[BUG] Heading size inconsistencies in live preview #7

Closed ryadaj closed 2 years ago

ryadaj commented 2 years ago

I love this theme! It has been my main theme for a while now. Thank you so much.

Describe the bug

Perhaps it is intentional, but Heading level 4 appears bigger than H3 in Live Preview mode.

Screen Shot 2022-01-25 at 12 58 30

To Reproduce

Steps to reproduce the behavior:

  1. Create a note
  2. Create headings 1–6
  3. Compare sizes

Information

Suggestions/Workarounds

I am not savvy enough to know :) Screen Shot 2022-01-25 at 12 58 30

bdirinck commented 2 years ago

On line 863 till 864 the following is written:

.is-live-preview .HyperMD-header-3, .is-live-preview .cm-header-3 { font-size: var(--h4-live-preview);

Should be 4 instead of 3:

.is-live-preview .HyperMD-header-4, .is-live-preview .cm-header-4 { font-size: var(--h4-live-preview);

2022-02-24-screenshot

-

crashmoney commented 2 years ago

I just pushed an update that fixes this. Could you try updating the theme and letting me know whether it works? Thanks!