Skip to content

Commit bce92e5

Browse files
committed
Fixed app icon sizing for HD (720p) resolution
1 parent af0023e commit bce92e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/views/BrowserPanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ var AppListItem = kind({
6767
kind: MoonImage,
6868
name: 'img',
6969
// placeholder: EnyoImage.placeholder,
70-
style: 'width: 100px; height: 100px; float: left; padding-right: 20px; padding-top: 5px',
70+
style: 'width: 4.25rem; height: 4.25rem; float: left; padding-right: 1rem; padding-top: 0.25rem',
7171
sizing: 'contain',
7272
},
7373
{name: 'caption', classes: 'caption', kind: Marquee.Text},

frontend/views/DetailsPanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ module.exports = kind({
7070
{
7171
kind: MoonImage,
7272
name: 'headerImage',
73-
style: 'width: 100px; height: 100px; float: left; padding-right: 20px; padding-top: 5px',
73+
style: 'width: 5rem; height: 5rem; float: left; padding-right: 1rem; padding-top: 0.25rem;',
7474
sizing: 'contain',
7575
},
7676
],

0 commit comments

Comments
 (0)