Bluemoondragon07 / Obsidian-Serenity

A theme for Obsidian designed to be simple, minimalistic, and focus-promoting.
The Unlicense
45 stars 2 forks source link

Properties has become difficult to access #25

Open Noffica opened 10 months ago

Noffica commented 10 months ago

Properties have become quite difficult to access. They can only be viewed under mouse-over, and attempts to add new ones, using the mouse, fail as the properties section collapses / hides away.

See screen recording attached.

https://github.com/Bluemoondragon07/Obsidian-Serenity/assets/6937598/a5579dff-8e86-437e-a460-a665b0bd44d9

Please forgive my gratuitous use of exclamation marks.

I see no such issues with other themes e.g. "Default" or "Atom". See screenshot here: CleanShot 2023-12-22 at 18 48 27

About Obsidian
Version 1.4.16 (Installer 1.4.13)
Serenity
v2.0.8
kumar7vaibhav commented 8 months ago

You can try removing the hover properties section from the code.

Noffica commented 8 months ago

I have very little working knowledge of HTML, CSS and front end development, so could you specify the exact lines

kumar7vaibhav commented 8 months ago

There would be section in theme.css file - /* Hover Frontmatter */. Comment or remove that entire section from the code. After that reload the application again and you will find the frontmatter in default format. image