vslinko / obsidian-zoom

MIT License
220 stars 14 forks source link

Make the horizontal line optional #64

Closed ronrdev closed 2 years ago

ronrdev commented 2 years ago

I can't figure out what this horizontal line is/where it comes from. I am trying to remove it, but can't identify it with the inspector. Is it just broken on dark theme? Is it an alignment gap? Is is a border of some element? Is it hard coded somehow? Add option to style. In dark mode it is distracting. I'm using minimal theme.

Screenshot_2022-05-02_02-25-16 Screenshot_2022-05-02_02-26-32

arielmang commented 2 years ago

I'm having the same issue, if you have figured out a way to hide it could you share? Thank you!

arielmang commented 2 years ago

Just found a way to hide it, idk if it's correct or not:

.ͼ2 .cm-panels-top { border-bottom: 1px !important; }

ronrdev commented 2 years ago

I applied the css, and it is working great. At least visually. Thank you for sharing your solution!