Merged Obsidian into RL + Added Conditional Settings Visability

This commit is contained in:
2026-02-11 20:26:05 +11:00
parent bce5ddba54
commit cd35fee3f0
5 changed files with 454 additions and 20 deletions
@@ -0,0 +1,9 @@
/* Floating Rounded Player Bar from Obsidian <3 */
/* MARKER: Floating Player Bar CSS*/
[data-test="footer-player"] {
position: absolute !important;
backdrop-filter: blur(10px);
border: 1px solid var(--wave-color-opacity-contrast-fill-ultra-thin) !important;
}