mirror of
https://github.com/arfct/itty-bitty.git
synced 2026-03-11 08:54:33 +00:00
Update QR
This commit is contained in:
parent
df2bd0c682
commit
6ba4b49808
3 changed files with 10 additions and 6 deletions
1
docs/js/qrious.min.js.map
Normal file
1
docs/js/qrious.min.js.map
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
Loading…
Reference in a new issue