obsidian-dataloom icon indicating copy to clipboard operation
obsidian-dataloom copied to clipboard

Checkbox UI is not in center

Open jumpingfrog0 opened this issue 3 years ago • 3 comments

Describe the bug

image

Checkbox UI is not in center my theme is Things.

Steps to reproduce

New Column New Column title
aaaaaaa [ ] aaa
adfa [x]
bbb
^Iz97ZI

Expected behavior

Checkbox UI in the center

Are you using the mobile app?

No

Obsidian debug info

Obsidian version : 0.15.9

Relevant log output

no

jumpingfrog0 avatar Sep 27 '22 13:09 jumpingfrog0

Hi @jumpingfrog0. Thank you for your issue. I will try to reproduce this with that theme.

decaf-dev avatar Sep 30 '22 16:09 decaf-dev

The same bug exists in the those themes:

  • Minimal
  • Sanctum
  • Typewriter
  • Suddha

by the way this only happens in reading mode, they are fine in live preview mode

zuluwi avatar Oct 03 '22 08:10 zuluwi

+1 You can use this CSS to correct it for now

.NLT__checkbox-cell { width: 10%; padding-right: 10%; padding-left: 60%; }

nihitkhandelwal-eng avatar Oct 04 '22 10:10 nihitkhandelwal-eng

Fixed in 6.0.0

decaf-dev avatar Apr 03 '23 02:04 decaf-dev