Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Telegram QR is not legible #1622

Closed
Darkyenus opened this issue Apr 12, 2023 · 2 comments
Closed

Telegram QR is not legible #1622

Darkyenus opened this issue Apr 12, 2023 · 2 comments
Assignees
Labels
Milestone

Comments

@Darkyenus
Copy link

With dark theme, the QR code is not easily scannable due to two problems:
image

  1. The QR code is not square because of the CSS class (this is not a problem for scanning, just ugly)
.N_Q {
  display: block;
  margin: 12px auto;
  width: 75%;
}
  1. (the important one) The QR code has no border, which is mandatory by the QR code specification, likely removed by Make QR for telegram borderless #1276

Browser: Firefox 111, Windows

@paskal
Copy link
Sponsor Collaborator

paskal commented Apr 12, 2023

Thanks for the report! @akellbl4 could you please fix both problems with CSS? I think that we should better return borderless QR and add it in the frontend.

@paskal
Copy link
Sponsor Collaborator

paskal commented Jul 24, 2023

It should be good now. Please comment if things still aren't good enough.
image

@paskal paskal closed this as completed Jul 24, 2023
@paskal paskal added this to the v1.12.0 milestone Sep 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants