andrewmcgivery / obsidian-soundscapes

A plugin for Obsidian.MD that adds a music/ambiance player to the status bar to play Lofi beats, nature sounds, ambiance, relaxing music, and more.
MIT License
46 stars 7 forks source link

Scrolling track title quite annoying... #20

Closed emisjerry closed 3 months ago

emisjerry commented 4 months ago

Hi,

Thanks your plugin. But the flying title on the status bar quit annoying.

Could be an option to fixed it to not flying mode?

emisjerry commented 4 months ago

Solved as CSS snippet:

.soundscapesroot .soundscapesroot-nowplaying .soundscapesroot-nowplaying-text {
    display: inline-block;
    animation: none;  /* marquee 10s linear infinite; */
}
ChadJeffreyAnderson commented 4 months ago

Nice find, thank you!

I second the feature request for a toggle

andrewmcgivery commented 3 months ago

This has been added to settings in 1.3.0 (just released). :)