You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Love the plugin for allowing music to play relatively distraction free. One source of distraction though is the UI elements it would be great to be able to pick and choose what is displayed on the bottom tab. For now I am using the following css snippet to hide the playlist title but it would be grat if this functionality could be built in:
Love the plugin for allowing music to play relatively distraction free. One source of distraction though is the UI elements it would be great to be able to pick and choose what is displayed on the bottom tab. For now I am using the following css snippet to hide the playlist title but it would be grat if this functionality could be built in:
/* Hide Soundscapes playlist name */
.soundscapesroot-nowplaying-text {
display: none !important;
}
The text was updated successfully, but these errors were encountered: