mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 12:43:52 +08: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:
parent
7844ec105e
commit
92cd293f6b
|
@ -31,7 +31,7 @@
|
|||
"title": "Pusher",
|
||||
"icon": {
|
||||
"image": "icon.png",
|
||||
"backgroundSize": "55px 75px",
|
||||
"backgroundSize": "46% 63%",
|
||||
"backgroundPosition": "center",
|
||||
"backgroundRepeat": "no-repeat",
|
||||
"backgroundColor": "#40bad8",
|
||||
|
|
Loading…
Reference in New Issue
Block a user