Paratii-Video / paratii-player

Probably the world's 1st in-player token wallet (v0.0.1 of the Paratii embeddable web player).
http://paratii.video
GNU General Public License v3.0
41 stars 11 forks source link

328 - profile embed scroll fix #353

Closed bent0b0x closed 6 years ago

bent0b0x commented 6 years ago

Issue

328

Problem When the player is embedded on twitter, the profile page contains scrollbars, which is 👎

Work Done Adjust profile page element layout/sizing so that there are no scrollbars even when embedded on twitter.

This branch is based off on JR's frontend branch, as that branch has updates to the screen dimension breakpoints.

profilenoscroll

In addition to waiting for JR's PR to be merged (#343), I would also like to make sure that the layout/dimensions of all elements on the page are as @pedrocasa expects for all screen dimension breakpoints that we care about. I want to iron things out like if we change the dimensions of the PTI/ETH balances boxes based on screen width, to what font sizes do we change the contents of those boxes?

bent0b0x commented 6 years ago

Removed the DO NOT MERGE from title. Want to get final approval from @pedrocasa (added a screenshot in #328) but this should be safe to merge regardless.