chorus icon indicating copy to clipboard operation
chorus copied to clipboard

Song title clipped off (Firefox 30, Mac)

Open alpha-ninja opened this issue 10 years ago • 2 comments

Hey there,

the song title in the bottom bar is being clipped off in firefox, but only in the large (computer), not the small (mobile) view. Since I don't understand how you handle responsiveness, I'm submitting an issue instead of a pull request. This doesn't apply to the artist name, and it most likely is a quirk in gecko.

Anyway, to fix it, simply add overflow: visible to the song title in the large (computer) view.

alpha-ninja avatar Jun 28 '14 18:06 alpha-ninja

Wait, this does apply in mobile view, but differently.

alpha-ninja avatar Jun 28 '14 18:06 alpha-ninja

Same problem on IceWeasel 24.8.0. Using userContent.css to fix it for now.

#now-playing .playing-song-title, #now-playing .browser-playing-song-title, #browser-now-playing .playing-song-title, #browser-now-playing .browser-playing-song-title { overflow: visible !important; }

bertenvdb avatar Oct 03 '14 11:10 bertenvdb