mirror of
https://github.com/meowarex/TidaLuna-Plugins.git
synced 2026-06-18 03:43:10 +10:00
10 lines
267 B
CSS
10 lines
267 B
CSS
/* 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;
|
|
}
|