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 @@