From b086c2b2a181952ddb28ad89ffe5ff910e54b18b Mon Sep 17 00:00:00 2001 From: KoDer Date: Tue, 16 Jun 2026 15:24:58 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20clicker.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clicker.html | 68 ++++++++++++++++++---------------------------------- 1 file changed, 23 insertions(+), 45 deletions(-) diff --git a/clicker.html b/clicker.html index a34454a..5366fe3 100644 --- a/clicker.html +++ b/clicker.html @@ -100,18 +100,11 @@ @media (max-width: 768px) { .game-container { grid-template-columns: 1fr; } } - - /* Статус API */ .api-status { - position: fixed; - top: 10px; - left: 10px; - padding: 8px 16px; - border-radius: 20px; - font-size: 12px; - background: rgba(0, 0, 0, 0.7); - color: #aaa; - z-index: 1000; + position: fixed; top: 10px; left: 10px; + padding: 8px 16px; border-radius: 20px; + font-size: 12px; background: rgba(0, 0, 0, 0.7); + color: #aaa; z-index: 1000; } .api-status.connected { color: #4caf50; } .api-status.error { color: #f44336; } @@ -119,7 +112,7 @@
⏳ API: ожидание...
- +
@@ -139,8 +132,11 @@