replayio / website

Code for our demo site on replay.io/demo
https://website-git-master.recordreplay.vercel.app
1 stars 1 forks source link

Download button missing if browser window is too small #156

Closed gideonred closed 3 years ago

gideonred commented 3 years ago

I'm using VM's to test the Linux experience of our tool. In my VM's the screen size is pretty small (see attached picture). With a small screen size there is no way of downloading the Replay browser preventing me from doing anything (without knowing the link Screenshot_ubuntu18 04_2021-09-20_19_15_26 ).

ryanjduffy commented 3 years ago

There's a media query that's hiding it presumably because we're using screen width as a proxy for tablet/mobile but that's not ideal.