Skip to content

Commit

Permalink
Fix for passport.jd.com (#12719)
Browse files Browse the repository at this point in the history
Make the padding of the qr code white, or their official client won't recognize the qr code.
  • Loading branch information
felixonmars committed May 13, 2024
1 parent 8d6bc01 commit e21e36f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/config/dynamic-theme-fixes.config
Original file line number Diff line number Diff line change
Expand Up @@ -19568,6 +19568,15 @@ CSS

================================

passport.jd.com

CSS
.qrcode-img {
background: white !important;
}

================================

passport.yandex.*

CSS
Expand Down

0 comments on commit e21e36f

Please sign in to comment.