Browser icons and default favicon are now Retina size.

This commit is contained in:
Gunther Brunner
2014-11-11 19:53:50 +09:00
parent 7b3f1d3da7
commit 193aa183ac
2 changed files with 1 additions and 1 deletions

View File

@@ -29,4 +29,4 @@
.btn-group.browser-buttons(ng-click='nav.focusUrl = true')
label.btn.btn-default-outline(ng-repeat='browserRadio in device.browser.apps track by browserRadio.id', ng-model='$root.browser', btn-radio='browserRadio',
tooltip='{{browserRadio.name}} ({{browserRadio.developer}})')
img(ng-src='/static/app/browsers/icon/24x24/{{browserRadio.type}}.png', ng-show='browserRadio.type').browser-icon.pointer
img(ng-src='/static/app/browsers/icon/36x36/{{browserRadio.type}}.png', ng-show='browserRadio.type').browser-icon.pointer