diff --git a/assets/images/Makefile b/assets/images/Makefile
index bbedbd8b97002aa5fef98499cd86688852e5a4f1..a15627e8b5824342a1659e91e33e69fe4e8567f3 100644
--- a/assets/images/Makefile
+++ b/assets/images/Makefile
@@ -114,7 +114,7 @@ phone@1000.png: phone.png
 phone@1220.png: phone.png
 	$(RESOLUTION) phone 1220 85
 phone@thumb.png: phone.png
-	$(THUMB) phone 16x 70 png
+	$(THUMB) phone 16x16 0 none
 tablet@545.png: tablet.png
 	$(RESOLUTION) tablet 545 85
 tablet@640.png: tablet.png
diff --git a/assets/images/generate_makefile.sh b/assets/images/generate_makefile.sh
index 4a5d8c204ec803ec2cff44c8534d61286cb7bd6d..8632fe72ebde03e192bd396659575936ebbeb503 100755
--- a/assets/images/generate_makefile.sh
+++ b/assets/images/generate_makefile.sh
@@ -63,7 +63,7 @@ themes="material_light material_dark solarized_light solarized_dark gruvbox_ligh
 for image in ${themes}; do
   generate_rule ${image} "220 266 335 352 532" 16x ${QUALITY} ${THUMB_QUALITY_JPG} jpg
 done
-generate_rule phone "220 300 400 520 640 800 1000 1220" 16x ${QUALITY} ${THUMB_QUALITY_PNG} png
+generate_rule phone "220 300 400 520 640 800 1000 1220" 16x16 ${QUALITY} 0 none
 generate_rule tablet "545 640 720 800 880 960 1090 1635 2180" 16x16 ${QUALITY} 0 none
 generate_rule notifications "363 474 590" 16x ${QUALITY} ${THUMB_QUALITY_JPG} jpg
 generate_rule desktop "363 474 590 726 948 1180" 16x ${QUALITY} ${THUMB_QUALITY_JPG} jpg
diff --git a/assets/images/phone@thumb.png b/assets/images/phone@thumb.png
index aee85e1d4b60561dcb68440964bcea1f6709014b..ef2b681b91a9e7f0625dfd274efdecd72b768a69 100644
Binary files a/assets/images/phone@thumb.png and b/assets/images/phone@thumb.png differ