v0.5.12: header sticky + синяя линия обратно

This commit is contained in:
2026-08-03 09:05:47 +04:00
parent b8939ea149
commit fa74edf076
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ SERVICES = _DF["SERVICES"]
OPS_INDEX = _DF["OPS_INDEX"]
DELAY = float(os.getenv("MOCK_OP_DELAY", "0.1"))
VERSION = "0.5.11"
VERSION = "0.5.12"
def get_services(stand_id):
+4 -1
View File
@@ -37,8 +37,11 @@ body {
/* ── Header ── */
.header {
background: var(--bg);
border-bottom: 4px solid var(--brand-primary);
padding: 16px 24px 12px;
margin-bottom: 24px;
position: sticky;
top: 0;
z-index: 100;
}
.header-top {
+1
View File
@@ -16,6 +16,7 @@
/* Nubes-брендированный topbar */
.swagger-ui .topbar {
background: #fff;
border-bottom: 4px solid #2563eb;
padding: 10px 0;
}
.swagger-ui .topbar .wrapper {