[fix] bad position of generated qr-code
This commit is contained in:
parent
0b7c7fc069
commit
f89abe02e8
2 changed files with 12 additions and 12 deletions
|
@ -806,15 +806,15 @@ a, .linkdescription a {
|
||||||
|
|
||||||
#permalinkQrcode {
|
#permalinkQrcode {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border: 1px solid black;
|
border: 1px solid #000000;
|
||||||
box-shadow: 2px 2px 20px 2px #333333;
|
box-shadow: 2px 2px 20px 2px #333333;
|
||||||
font-size: 8pt;
|
font-size: 0.9em;
|
||||||
height: 220px;
|
height: 220px;
|
||||||
left: -100px;
|
left: calc(50% - 110px);
|
||||||
padding: 20px;
|
padding: 0.6em;
|
||||||
position: absolute;
|
position: fixed;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
top: -100px;
|
top: calc(50% - 110px);
|
||||||
width: 220px;
|
width: 220px;
|
||||||
z-index: 50;
|
z-index: 50;
|
||||||
}
|
}
|
||||||
|
|
|
@ -796,15 +796,15 @@ a, .linkdescription a {
|
||||||
|
|
||||||
#permalinkQrcode {
|
#permalinkQrcode {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border: 1px solid black;
|
border: 1px solid #000000;
|
||||||
box-shadow: 2px 2px 20px 2px #333333;
|
box-shadow: 2px 2px 20px 2px #333333;
|
||||||
font-size: 8pt;
|
font-size: 0.9em;
|
||||||
height: 220px;
|
height: 220px;
|
||||||
left: -100px;
|
left: calc(50% - 110px);
|
||||||
padding: 20px;
|
padding: 0.6em;
|
||||||
position: absolute;
|
position: fixed;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
top: -100px;
|
top: calc(50% - 110px);
|
||||||
width: 220px;
|
width: 220px;
|
||||||
z-index: 50;
|
z-index: 50;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue