Skip to content

Get rid of svg scaling hack for Firefox in the apps management #908

@MorrisJobke

Description

@MorrisJobke
  • introduced with Fix icons on App page in FF #905
  • see

    server/settings/js/apps.js

    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">';
    }

cc @rullzer @juliushaertl @Bugsbane @raghunayyar @Mar1u5

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions