diff --git a/BookReader/Resources/Raw/wwwroot/index.html b/BookReader/Resources/Raw/wwwroot/index.html index f99416f..4f76275 100644 --- a/BookReader/Resources/Raw/wwwroot/index.html +++ b/BookReader/Resources/Raw/wwwroot/index.html @@ -29,7 +29,7 @@ overflow: hidden; } - #book-content { + #book-content, #fb2-content { width: 100%; height: 100%; position: absolute; @@ -38,8 +38,6 @@ } #fb2-content { - width: 100%; - height: 100%; overflow: hidden; padding: 20px; font-size: 18px; @@ -58,14 +56,14 @@ gap: 15px; } - #loading .spinner { - width: 40px; - height: 40px; - border: 4px solid #ddd; - border-top: 4px solid #5D4037; - border-radius: 50%; - animation: spin 1s linear infinite; - } + .spinner { + width: 40px; + height: 40px; + border: 4px solid #ddd; + border-top-color: #5D4037; + border-radius: 50%; + animation: spin 1s linear infinite; + } @keyframes spin { to { @@ -86,23 +84,8 @@ gap: 10px; } - #debug-log { - position: fixed; - bottom: 0; - left: 0; - right: 0; - max-height: 200px; - overflow-y: auto; - background: rgba(0,0,0,0.9); - color: #0f0; - font-size: 11px; - font-family: monospace; - padding: 5px; - z-index: 9999; - display: none; - } - /* Прозрачные зоны для тачей поверх всего */ - #touch-left, #touch-right, #touch-center { + /* Прозрачные зоны для тачей */ + .touch-zone { position: fixed; top: 0; height: 100%; @@ -138,166 +121,154 @@ - -
- - + + + + + + - - - - - - - -