make bundle

This commit is contained in:
Pavol Rusnak
2023-10-11 15:45:42 +02:00
parent 371dacf8b2
commit dc7ce1e43c
4 changed files with 10 additions and 7 deletions
+7 -4
View File
@@ -536,20 +536,23 @@ video {
overflow-wrap: break-word;
}
.qrcode__wrapper > canvas {
.qrcode__wrapper canvas {
position: relative;
min-width: 100%;
min-height: 100%;
width: 100% !important;
max-width: 100%;
max-height: 100%;
}
.qrcode__image {
width: 15%;
height: 15%;
overflow: hidden;
background: #fff;
left: 50%;
overflow: hidden;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
padding: 0.3rem;
padding: 0.2rem;
border-radius: 0.2rem;
}