Moode Forum
[SOLVED] Another CSS problem: CoverView in Webbrowser - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: [SOLVED] Another CSS problem: CoverView in Webbrowser (/showthread.php?tid=310)



Another CSS problem: CoverView in Webbrowser - JST1963 - 07-16-2018

Hi moOde fans,


RE: Another CSS problem: CoverView in Webbrowser - Tim Curtis - 07-16-2018

I'll add to TODO list to investigate.


RE: Another CSS problem: CoverView in Webbrowser - JST1963 - 07-17-2018

Hi moOde fans,


RE: Another CSS problem: CoverView in Webbrowser - Tim Curtis - 07-17-2018

Nice! Hacking is an essential skill for improving Open Source software :-)

Yes, for CoverView UI the song data should probably not be restricted to the width of the cover art, especially for long Classical titles.

-Tim


RE: Another CSS problem: CoverView in Webbrowser - swizzle - 07-17-2018

Love the hacking Johan lol

vh is viewport (content area of the window) height, the width of an image more or less determines its size so 70vh or whatever I used as a width was just limiting its vertical height so there’d be room for the text. The text was always meant to be full screen but we made a change to use a different layout (side-by-side) for the Pi touch and the text width got inadvertently tied to the cover image.


RE: Another CSS problem: CoverView in Webbrowser - JST1963 - 07-17-2018

Hi moOde fans,