v0.5.16: polygon по центру, логотип Nubes справа

- header-top: justify-content: center
- polygon vX.X.X идёт первым (основной бренд)
- логотип Nubes уменьшен (108x24) и справа через разделитель
This commit is contained in:
2026-08-03 09:57:26 +04:00
parent ed31306d38
commit 7a3c4acf3a
3 changed files with 4 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.15"
VERSION = "0.5.16"
def get_services(stand_id):
+1
View File
@@ -47,6 +47,7 @@ body {
.header-top {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
flex-wrap: wrap;
}
+2 -1
View File
@@ -12,8 +12,9 @@
<!-- ── Header ── -->
<header class="header">
<div class="header-top">
<img src="{{ url_for('static', filename='logo.svg') }}" alt="Nubes" class="logo" width="150" height="33">
<span class="badge badge-blue">polygon v{{ version }}</span>
<span class="sep">·</span>
<img src="{{ url_for('static', filename='logo.svg') }}" alt="Nubes" class="logo" width="108" height="24">
<a href="/swagger" class="swagger-link">📋 Swagger</a>
<span class="sep">·</span>
<span class="dot dot-green"></span>