galene
galene copied to clipboard
Smartphone and chat button
The chat symbol is placed via css 30px at the right. On some circumstance, dependant from used smartphone, the close video and chat symbol overlap a little bit. Increasing the css value to .collapse-video { right: 70px; } fix this.
See screenshot below:
If the value for the placement at the right value is modified as stated above the chat button will be placed below the Mike symbol.
If we have: ".collapse-video { right: calc(100vw - 48px); }" the chat symbol will be placed at the left of the video cantainer.
Do you want to send a pull request, so that you can be properly credited in the git history?
I don't need to be credited.
Fixed in 6f6cce94fae7d06a900f2388673d50a1c6f9c7c4, thanks.
Hi @jech I still cannot see the chat button when connecting via my mobile phone. I tried it on your demo. I sent a message and on my mobile I was not able to see it. It becomes visable when I deactivate the video. It seems the video is covering the chat
Yes, the mobile version needs work. Could you please file an issue?
done! https://github.com/jech/galene/issues/255
I've reverted this patch, since it caused the chat button to disappear, as indicated in #255.