Update QR

This commit is contained in:
Nicholas Jitkoff 2022-09-05 12:03:15 -07:00
parent df2bd0c682
commit 6ba4b49808
3 changed files with 10 additions and 6 deletions

File diff suppressed because one or more lines are too long

View file

@ -103,8 +103,8 @@ body {
}
img.publisher {
max-width: 5em;
max-height: 2em;
max-width: 8em;
max-height: 3em;
/* margin-top: -0.1em; */
transform:
scale(0.7);
@ -549,10 +549,13 @@ hr {
img.qr {
/* margin-top:2em; */
position: absolute;
bottom:0;
left: 0;
max-width: 1in;
/* bottom:0; */
/* left: 0; */
max-width: 100%;
height: auto;
/* background-color: var(--background-color); */
/* display: table-caption; */
/* width: 100%; */
}
@media screen and (max-width: 1199px) {

View file

@ -691,7 +691,7 @@ loadScript(path + '/../../js/qrious.min.js', null, "").then(() => {
background: 'transparent',
foreground: 'currentColor',
size: 512,
value: params.originalUrl,
value: params.originalUrl.substring(),
});
})
loadSyle(cssURL).then(render);