Resize FA icon in QR editor, add label caption

This commit is contained in:
Wolfsblvt
2024-07-17 19:20:38 +02:00
parent df19c98e9f
commit b291014a95
3 changed files with 14 additions and 2 deletions

View File

@@ -527,6 +527,7 @@
display: flex;
flex-direction: row;
gap: 0.5em;
padding: 1px;
> label, > .label {
flex: 1 1 1px;
display: flex;
@@ -695,6 +696,10 @@
}
}
}
#qr--modal-icon {
height: 100%;
aspect-ratio: 1 / 1;
}
#qr--modal-executeButtons {
display: flex;
gap: 1em;