fix: restore side-by-side layout for stat counters

This commit is contained in:
mirivlad 2026-06-02 00:04:56 +08:00
parent 04af88940b
commit 61928cf28e
1 changed files with 4 additions and 2 deletions

View File

@ -1363,8 +1363,10 @@ pre{background:#13131f;border:1px solid #2a2a3c;border-radius:8px;padding:12px;o
</style>
</head><body>
<h1>Verstak Sync Server</h1>
<div class="stat"><strong>Устройств:</strong> <span id="dev-count">0</span></div>
<div class="stat"><strong>Операций:</strong> <span id="op-count">0</span></div>
<div style="display:flex;gap:20px;flex-wrap:wrap">
<div class="stat" style="margin:0"><strong>Устройств:</strong> <span id="dev-count">0</span></div>
<div class="stat" style="margin:0"><strong>Операций:</strong> <span id="op-count">0</span></div>
</div>
<div class="toolbar">
<button class="btn btn-primary" onclick="openSMTP()">Настройка SMTP</button>