Workaround Chrome rendering issue

master
Skylar Ittner 5 years ago
parent 277a008968
commit a088005d07

@ -89,11 +89,13 @@ html.md .navbar .link {
} }
#qrcode { #qrcode {
width: 10em;
max-width: 100%; max-width: 100%;
max-height: 12em; max-height: 12em;
} }
.card-expandable #qrcode { .card-expandable #qrcode {
height: 50em; width: auto;
height: 55em;
max-height: 50vh; max-height: 50vh;
} }
Loading…
Cancel
Save