From 6c18e0526bfd528132bcdf03b0ace590ad9fc106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D1=83=D1=80=D0=BD=D0=B0=D1=82=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Sat, 14 Feb 2026 20:36:25 +0300 Subject: [PATCH] edit --- BookReader/Resources/Raw/wwwroot/index.html | 102 +++++++++++++------- 1 file changed, 66 insertions(+), 36 deletions(-) diff --git a/BookReader/Resources/Raw/wwwroot/index.html b/BookReader/Resources/Raw/wwwroot/index.html index 7905b07..f99416f 100644 --- a/BookReader/Resources/Raw/wwwroot/index.html +++ b/BookReader/Resources/Raw/wwwroot/index.html @@ -101,6 +101,28 @@ z-index: 9999; display: none; } + /* Прозрачные зоны для тачей поверх всего */ + #touch-left, #touch-right, #touch-center { + position: fixed; + top: 0; + height: 100%; + z-index: 9000; + } + + #touch-left { + left: 0; + width: 30%; + } + + #touch-right { + right: 0; + width: 30%; + } + + #touch-center { + left: 30%; + width: 40%; + } @@ -116,7 +138,10 @@ -
+ +
+
+