diff --git a/Web/templates/library_table.html b/Web/templates/library_table.html index 98cbc27..2a0a261 100644 --- a/Web/templates/library_table.html +++ b/Web/templates/library_table.html @@ -451,6 +451,27 @@ height: 100%; } + .physical-scanner-modal { + z-index: 1100; + } + + .physical-scanner-modal .modal-content { + max-width: 520px; + text-align: center; + } + + .physical-scanner-code { + min-height: 28px; + margin: 18px 0 8px; + padding: 12px; + border: 1px dashed #cbd5e1; + border-radius: 6px; + color: var(--ui-text); + font-family: monospace; + font-size: 1.2em; + letter-spacing: 2px; + } + .detail-gallery-container { display: flex; @@ -518,10 +539,9 @@ - +
+