Fix background size after flarum/core#1496 was merged (#15)

* Fix background size after flarum/core#1496 was merged

Related to #1553

* Use percentages
This commit is contained in:
David Sevilla Martín 2018-08-22 08:13:02 -04:00 committed by Toby Zerner
parent 7844ec105e
commit 92cd293f6b

View File

@ -31,7 +31,7 @@
"title": "Pusher",
"icon": {
"image": "icon.png",
"backgroundSize": "55px 75px",
"backgroundSize": "46% 63%",
"backgroundPosition": "center",
"backgroundRepeat": "no-repeat",
"backgroundColor": "#40bad8",