1
0
mirror of https://github.com/flarum/core.git synced 2025-08-02 22:47:33 +02:00

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", "title": "Pusher",
"icon": { "icon": {
"image": "icon.png", "image": "icon.png",
"backgroundSize": "55px 75px", "backgroundSize": "46% 63%",
"backgroundPosition": "center", "backgroundPosition": "center",
"backgroundRepeat": "no-repeat", "backgroundRepeat": "no-repeat",
"backgroundColor": "#40bad8", "backgroundColor": "#40bad8",