Skip to content

Commit

Permalink
Feature/fix old faces with whitespace (#121)
Browse files Browse the repository at this point in the history
* Shave one pixel

* guess tweak

* Guess tweak the other way

* Tweak for thumbs-up

* takes two pixels off of facfepalm

* Undoes heart thumbs thats something different
  • Loading branch information
Badspler authored Aug 23, 2024
1 parent 1ecfa66 commit 9b02d79
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/_commentfaces-static.scss
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ $static-comment-faces: (
"ookii": ("height": 100, "width": 150, "position": 4037),
"panickedgakuto": ("height": 100, "width": 150, "position": 4215),
"soon": ("height": 100, "width": 150, "position": 4393),
"stare": ("height": 100, "width": 150, "position": 4571),
"stare": ("height": 100, "width": 149, "position": 4571),
"terminate": ("height": 100, "width": 150, "position": 4749),
"whippersnappers": ("height": 100, "width": 150, "position": 4927))),
13: ("sprite-sheet": "cf-static-044", "default": 150 112, "total-width": 8839, "items": ("bookburning": ("height": 112, "width": 150, "position": 5105),
Expand Down Expand Up @@ -288,7 +288,7 @@ $static-comment-faces: (
20: ("sprite-sheet": "cf-static-045", "default": 148 110, "total-width": 8418, "items": ("funky": ("height": 110, "width": 148, "position": 2079),
"heavydrinker": ("height": 110, "width": 148, "position": 2257),
"nonnonbino": ("height": 110, "width": 148, "position": 2435))),
21: ("sprite-sheet": "cf-static-045", "default": 100 100, "total-width": 8418, "items": ("ok": ("height": 100, "width": 100, "position": 2613),
21: ("sprite-sheet": "cf-static-045", "default": 100 100, "total-width": 8418, "items": ("ok": ("height": 100, "width": 99, "position": 2613),
"umucool": ("height": 100, "width": 100, "position": 2791))),
22: ("sprite-sheet": "cf-static-045", "default": 128 128, "total-width": 8418, "items": ("binoculars": ("height": 128, "width": 128, "position": 2969),
"kotohoops": ("height": 128, "width": 128, "position": 3147))),
Expand Down Expand Up @@ -359,18 +359,18 @@ $static-comment-faces: (
34: ("sprite-sheet": "cf-static-046", "total-width": 6603, "items": (
"araragi-1": ("height": 50, "width": 100, "position": 100),
"yui-crying": ("height": 80, "width": 78, "position": 178),
"facepalm": ("height": 80, "width": 80, "position": 258),
"facepalm": ("height": 80, "width": 77, "position": 258),
"gununu": ("height": 80, "width": 107, "position": 365),
"heart-thumbs-up": ("height": 100, "width": 79, "position": 444),
"thumbs-up": ("height": 100, "width": 120, "position": 564),
"thumbs-up": ("height": 100, "width": 119, "position": 564),
"head-tilt": ("height": 100, "width": 121, "position": 685),
"gendo-pls": ("height": 114, "width": 171, "position": 856),
"gendo-pls": ("height": 114, "width": 170, "position": 856),
"thoughtful": ("height": 114, "width": 143, "position": 999),
"killitwithfire": ("height": 118, "width": 150, "position": 1149),
"cantbehelped": ("height": 124, "width": 150, "position": 1299),
"kumikouninterested": ("height": 140, "width": 125, "position": 1424),
"megushock": ("height": 144, "width": 150, "position": 1574),
"nanami-hug": ("height": 150, "width": 120, "position": 1694),
"nanami-hug": ("height": 150, "width": 119, "position": 1694),
"mugistronk": ("height": 150, "width": 145, "position": 1839),
"konosubawot2": ("height": 152, "width": 129, "position": 1968),
"fingertwirl": ("height": 172, "width": 129, "position": 2097),
Expand Down

0 comments on commit 9b02d79

Please sign in to comment.