authelia/web/src
Clément Michaud 7b1f186753
fix(web): add white padding around qrcode image (#2081)
* fix(web): add white padding around qrcode image

Some qrcode readers are struggling to decode the qrcode because there is no clear border between the qrcode image and the page background in dark mode. This fix add a white padding so that the border is now obvious.

Fixes #1777.
2021-06-14 12:38:39 +10:00
..
assets/images [FEATURE] Add theme support (#1584) 2021-01-20 23:07:40 +11:00
components feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
hooks feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
layouts feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
models [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
services feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
themes [FEATURE] Add theme support (#1584) 2021-01-20 23:07:40 +11:00
utils [FEATURE] Add theme support (#1584) 2021-01-20 23:07:40 +11:00
views fix(web): add white padding around qrcode image (#2081) 2021-06-14 12:38:39 +10:00
App.test.tsx [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
App.tsx feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
constants.ts [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
index.css Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
index.tsx [FEATURE] Add theme support (#1584) 2021-01-20 23:07:40 +11:00
react-app-env.d.ts [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
Routes.ts feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
serviceWorker.ts [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
setupTests.js [FEATURE] Add theme support (#1584) 2021-01-20 23:07:40 +11:00