aboutsummaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authormjk <yuubi-san@users.noreply.github.com>2022-02-18 21:41:28 +0000
committermjk <yuubi-san@users.noreply.github.com>2022-02-25 22:26:43 +0000
commit855a98c04501eede6dd3553b1acc5a8d036af743 (patch)
tree5b68556d40ae127db423360292e63df527b17c6b /main
parent1309d7e2e42a1fdced3127c641f108fb72cc2fdd (diff)
downloaddino-855a98c04501eede6dd3553b1acc5a8d036af743.tar.gz
dino-855a98c04501eede6dd3553b1acc5a8d036af743.zip
OMEMO: Make QR code fixed-resolution and the quiet zone ISO-conformant
Diffstat (limited to 'main')
-rw-r--r--main/data/theme.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/main/data/theme.css b/main/data/theme.css
index 3e076248..059585b7 100644
--- a/main/data/theme.css
+++ b/main/data/theme.css
@@ -369,4 +369,8 @@ box.dino-input-error label.input-status-highlight-once {
.dino-call-window .own-video {
box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
-} \ No newline at end of file
+}
+
+.qrcode-container {
+ background: white; /* Color of the quiet zone. MUST have the same "reflectance" as light modules of the QR code. */
+}