dracula / logseq

🧛🏻‍♂️ Dark theme for Logseq
https://draculatheme.com/logseq
MIT License
183 stars 58 forks source link

Calculator Mode results don't line up. #17

Closed Ghoughpteighbteau closed 1 year ago

Ghoughpteighbteau commented 1 year ago

Start a calculator session with /calculator

image

the results do not line up.

Ghoughpteighbteau commented 1 year ago

I had a look, I think we need:

.extensions__code-calc {
  padding: 28px 0.25em 0.25em;
  line-height 1.2;
}

and

.extensions__code-calc-output-line {
  height: 16.8 !important;
}

That appears to correct the issue:

image
SlyBouhafs commented 1 year ago

Hey @Ghoughpteighbteau thanks for spotting the issue and doing an awesome job fixing it! If it's not too much trouble, would you consider submitting a pull request to rectify the issue?