ui: Fix QRCODE visibility

This commit is contained in:
gerlofvanek
2024-08-23 22:04:29 +02:00
committed by tecnovert
parent 75ad5a5b4d
commit 1564655777
2 changed files with 17 additions and 13 deletions

View File

@@ -199,14 +199,14 @@
.qrcode-border {
border: 2px solid;
border-color: rgba(59, 130, 246, var(--tw-border-opacity));
border-radius: 20px;
background-color: #ffffff;
border-radius: 0px;
}
.qrcode img {
width: 100%;
height: auto;
border-radius: 15px;
border-radius: 0px;
}
#showQR {
@@ -217,6 +217,10 @@
height:25px;
}
.qrcode-container {
margin-top: 25px;
}
select.select-disabled {
opacity: 0.40 !important;