From b31bd87687f24b5260911f9fd45b300c6bd09204 Mon Sep 17 00:00:00 2001 From: Maksim Pischulenok Date: Sun, 7 Dec 2025 19:05:01 +0300 Subject: [PATCH] Make qr code alt text invisible Skip transcoding if audio/video already has desired encoding --- src/main/resources/static/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html index 83f68a8..e9495c9 100644 --- a/src/main/resources/static/index.html +++ b/src/main/resources/static/index.html @@ -34,6 +34,7 @@ } #qr-container { + font-size: 0; position: fixed; bottom: var(--qr-margin); right: var(--qr-margin);