-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Milestone
Description
- introduced with Fix icons on App page in FF #905
- see
Lines 237 to 241 in 1444c1d
// weird hack because in Firefox everything is 4 times as big (doubled in width and doubled in height) // TODO: replace this with a proper solution if($.browser.mozilla) { img = '<svg width="72" height="72" viewBox="0 0 36 36">'; }