From 62e815002147c678b87ad1bbc4de6010b81f09c5 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Thu, 4 Nov 2021 16:38:46 +1100 Subject: [PATCH] add padding to qr code for easy scanning in dark mode Relates #2004 --- stylesheets/_session.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stylesheets/_session.scss b/stylesheets/_session.scss index 5b6c5f9af..20241ba3a 100644 --- a/stylesheets/_session.scss +++ b/stylesheets/_session.scss @@ -734,6 +734,8 @@ label { display: flex; justify-content: center; + background: white; + padding: 0.5rem; svg { width: 135px; height: 135px;