diff --git a/handlers/__pycache__/__init__.cpython-314.pyc b/handlers/__pycache__/__init__.cpython-314.pyc index 061e62b..33b0972 100644 Binary files a/handlers/__pycache__/__init__.cpython-314.pyc and b/handlers/__pycache__/__init__.cpython-314.pyc differ diff --git a/handlers/__pycache__/computers.cpython-314.pyc b/handlers/__pycache__/computers.cpython-314.pyc index befce58..21c8300 100644 Binary files a/handlers/__pycache__/computers.cpython-314.pyc and b/handlers/__pycache__/computers.cpython-314.pyc differ diff --git a/handlers/__pycache__/projectors.cpython-314.pyc b/handlers/__pycache__/projectors.cpython-314.pyc index 59d2955..e2b90d5 100644 Binary files a/handlers/__pycache__/projectors.cpython-314.pyc and b/handlers/__pycache__/projectors.cpython-314.pyc differ diff --git a/routes/__pycache__/__init__.cpython-314.pyc b/routes/__pycache__/__init__.cpython-314.pyc index 89a0e6b..9599288 100644 Binary files a/routes/__pycache__/__init__.cpython-314.pyc and b/routes/__pycache__/__init__.cpython-314.pyc differ diff --git a/routes/__pycache__/projectors.cpython-314.pyc b/routes/__pycache__/projectors.cpython-314.pyc index 0e307c4..61f3d14 100644 Binary files a/routes/__pycache__/projectors.cpython-314.pyc and b/routes/__pycache__/projectors.cpython-314.pyc differ diff --git a/templates/base.html b/templates/base.html index 2ddbf28..d2c13b9 100644 --- a/templates/base.html +++ b/templates/base.html @@ -278,6 +278,23 @@ background: #372ba6; box-shadow: none; } + .nav-status { + min-width: 0; + flex-wrap: wrap; + justify-content: flex-end; + } + .nav-clock { + display: inline-flex; + align-items: center; + align-self: center; + min-height: 22px; + padding: 0; + color: #111; + font-size: 0.85rem; + line-height: 1; + white-space: nowrap; + font-variant-numeric: tabular-nums; + } .nav-legacy .btn, .nav-legacy .btn:focus, .nav-legacy .btn:hover { @@ -560,6 +577,14 @@ width: 100%; } @media (max-width: 680px) { + .nav-status { + gap: 0.35rem !important; + } + .nav-clock { + order: 3; + width: 100%; + justify-content: center; + } .subnav-panel.history-panel.active { max-width: calc(100vw - 1rem); } @@ -606,9 +631,10 @@ {% endif %} {% endif %} -
+