app-framework icon indicating copy to clipboard operation
app-framework copied to clipboard

Make Phone frame more beautiful

Open scriptPilot opened this issue 8 years ago • 0 comments

  • [ ] Show scrollbar only on scroll event, lighten gray
  • [ ] Transition for frame / no frame

Phone frame, classes (previously):

  • this.$$('html').addClass('pixel-ratio-2')
  • this.$$('html').addClass('ios-gt-8')
  • this.$$('html').addClass('light-scrollbars')

Planned three classes:

  • limit-width

  • limit-height

  • phone-frame

  • [ ] Show dark background after app initialization

scriptPilot avatar Feb 04 '17 03:02 scriptPilot