From 8cb19f25553a2c293894b475945c4c7b65fa49d5 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 11 Dec 2025 21:53:04 +0100 Subject: [PATCH] feat: center live capture in pointer --- static/css/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/main.css b/static/css/main.css index 2544366..62ab940 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -73,6 +73,7 @@ a { background: #ccc; background-size: contain; background-repeat: no-repeat; + background-position: center; position: absolute; width: calc(100% - 50px); -webkit-touch-callout: none;