replicate template changes, fix bugs

- fixes QR code height introducing space even when hidden in page layout
- fix modals in bootstrap 5 (modal syntax changed heavily, no longer jQuery integrated)
- hide and show tab-toggle depending on application state
- don't encode HTML entities in translated messages containing kbd tags (in addition to links)
This commit is contained in:
El RIDO 2024-11-24 15:42:38 +01:00
parent 9028ddbb97
commit c7195aaf9a
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
9 changed files with 84 additions and 26 deletions

View file

@ -53,7 +53,6 @@
#qrcode-display {
width: 200px;
height: 200px;
margin: auto;
}