sparkletown / sparkle

Building an open, community-owned hyperverse town
GNU Affero General Public License v3.0
33 stars 30 forks source link

Screening room: needs a number of fixups #1568

Open yarikoptic opened 3 years ago

yarikoptic commented 3 years ago

Otherwise -- I really like it! well done!

attn @margulies

katjaq commented 3 years ago

Yes, indeed, super nice! I would like to add to the list above that in screening room space for poster highlights and symposia, the cards for each symposium are very thin, and yet they expand way beyond the screen width. The right most card is well readable, the left most card is cut.

Maybe we could arrange the poster highlight and symposia cards in 2 rows instead of one?

Otherwise, it works very nicely ✨

katjaq commented 3 years ago

just saw your PR #1564 aims at fixing this ! Looks great! 🚀

katjaq commented 3 years ago

workaround with a bookmarklet? :D This is a bookmarklet to play the video in the screening room right where you are instead of scrolling up etc...

javascript:(function(){dqs=document.querySelector(".ScreeningRoom__video-cover").style;dqs.position="fixed";dqs.zIndex="100";dqs.backgroundColor="rgba(0,0,0,0.5)"})(); 

:smile: (well, it's not perfect... you have to click every time :upside_down: but you don't lose your position ^^)