diff options
author | mjk <yuubi-san@users.noreply.github.com> | 2022-02-18 21:41:28 +0000 |
---|---|---|
committer | mjk <yuubi-san@users.noreply.github.com> | 2022-02-25 22:26:43 +0000 |
commit | 855a98c04501eede6dd3553b1acc5a8d036af743 (patch) | |
tree | 5b68556d40ae127db423360292e63df527b17c6b /main/data/theme.css | |
parent | 1309d7e2e42a1fdced3127c641f108fb72cc2fdd (diff) | |
download | dino-855a98c04501eede6dd3553b1acc5a8d036af743.tar.gz dino-855a98c04501eede6dd3553b1acc5a8d036af743.zip |
OMEMO: Make QR code fixed-resolution and the quiet zone ISO-conformant
Diffstat (limited to 'main/data/theme.css')
-rw-r--r-- | main/data/theme.css | 6 |
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. */ +} |