Hi,
I tailored Obsidian very much to my needs in the UI via CSS snippets. As every time, I have to adjust my snippets after the latest release 1.3.4.
From the release notes of 1.3, the developers of Obsidian wrote
“We’ve redesigned all the tree components (e.g. File Explorer, Outline view) to make the visual hierarchy more clear.”
After quickly checking what has changed, I saw inline styles along with !important is used (in my student days this was considered bad style), see screenshot from the Sandbox vault:
Is there a way to remove/overwrite those inline styles? I used a CSS selector to adjust padding-left, but due to the inline-important style, it is overwritten.