KhronosGroup / OpenXR-Tutorials

OpenXR Tutorials
https://www.openxr-tutorial.com/
Apache License 2.0
72 stars 15 forks source link

GFX/OS falls off in FF when too narrow #102

Closed rbessems closed 7 months ago

rbessems commented 7 months ago

Also needs a drop down icon like a triangle

rvkennedy commented 7 months ago

I've added a drop-down triangle that changes angle when hovered.

AndrewRichards-Code commented 7 months ago

88fb15a sets the max-width to 240px, which does address the issue in Firefox and other narrow-width mobile devices. Below 240px wide, the main text becomes impractical to read, so I think this is a sensible solution.

AndrewRichards-Code commented 7 months ago

78baa105 fixes the drop-down triangle issue on mobile devices by using this .svg: https://en.wikipedia.org/wiki/File:Vector_down_arrow_link.svg (Public Domain).