style for white border around qrcodes

This commit is contained in:
Martti Malmi 2020-04-01 00:56:02 +03:00 committed by GitHub
parent 5e5b2b7ba4
commit 85f99a076a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -549,6 +549,10 @@ small {
display: none; display: none;
} }
.qr-container img {
border: 5px solid white;
}
/* Places where emojis may appear */ /* Places where emojis may appear */
.user-name, .name, input[type=text] { .user-name, .name, input[type=text] {
line-height: 1.3em; line-height: 1.3em;