aboutsummaryrefslogtreecommitdiffstats
path: root/old-ui/app/account-qr.js
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite AccountQrScreen to use flexboxWhymarrh Whitby2018-07-281-0/+86
The old QR screen was absolutely positioning everything which broke when the app bar resized for the new UI announcement. This change, while futile*, makes the QR screen less bad. * futile because the old UI is being deprecated