From ba2c7894a8803226fdd890e60dda5e908f31c2b9 Mon Sep 17 00:00:00 2001 From: Eugene Orlov Date: Sun, 25 Jun 2023 17:21:39 +0200 Subject: [PATCH] Telegram QR styling - 1/1 aspect ratio - white border around (for easier scan) --- frontend/apps/remark42/app/components/auth/auth.module.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/apps/remark42/app/components/auth/auth.module.css b/frontend/apps/remark42/app/components/auth/auth.module.css index 3d84bd7b..4ec70a06 100644 --- a/frontend/apps/remark42/app/components/auth/auth.module.css +++ b/frontend/apps/remark42/app/components/auth/auth.module.css @@ -197,9 +197,11 @@ } .telegramQR { + background-color: var(--white-color); + box-sizing: border-box; display: block; margin: 12px auto; - width: 75%; + padding: 10px; } .telegram {