Rplus / Pokemon-shiny

Share personal shiny pokemon by URL!

Home Page:https://rplus.github.io/Pokemon-shiny/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dragonite with a Fashionable Costume display style vertical offset

BartmanEH opened this issue · comments

New Fashion Week Dragonite is offset:
Screenshot 2023-12-04 at 8 16 28 AM

I'm not sure how to change the display style to match original Dragonite because original Dragonite doesn't have a style offset:

  {
    "dex": 149,
    "family": "Dratini",
    "released_date": "2018/02/24"
  },
  {
    "dex": 149,
    "family": "Dratini",
    "released_date": "2023/11/15",
    "isotope": "_f23",
    "aa_fn": "pm149.cFALL_2023"
  },

@Rplus can you show me how to move this image please?

@Rplus can you review my 3 pull requests please and maybe look at this issue please?

Sorry for the late reply.

It needs set a style property to change position.
There are three types:

"style": "--w: 130%; --t: -20%; --l: 0%;",
  • w: size
  • t: top
  • l: left

You can change the value in Browser devtool to preview the position.
image