From 0d4f4c831e7f27e605ef1d507863d4be2ac7522c Mon Sep 17 00:00:00 2001 From: Alexander Zaytsev Date: Mon, 26 Jan 2026 21:54:01 +0100 Subject: [PATCH] Make QR dialogs smaller on desktop --- app/views/account/join_codes/show.html.erb | 2 +- app/views/users/_transfer.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/account/join_codes/show.html.erb b/app/views/account/join_codes/show.html.erb index f3cfb1e37..ffde42a4f 100644 --- a/app/views/account/join_codes/show.html.erb +++ b/app/views/account/join_codes/show.html.erb @@ -39,7 +39,7 @@ Get QR code <% end %> - +

Scan this code with the camera on your mobile device

<%= qr_code_image(url) %> diff --git a/app/views/users/_transfer.html.erb b/app/views/users/_transfer.html.erb index 13f895ebc..9e00cf905 100644 --- a/app/views/users/_transfer.html.erb +++ b/app/views/users/_transfer.html.erb @@ -18,7 +18,7 @@ Display auto-login QR code <% end %> - + <%= qr_code_image(url) %>