From ad5d6bad49d73fc3788fed82ce63359129d4b489 Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 16 Apr 2026 23:00:00 +0300 Subject: [PATCH] Update_time --- handlers/__pycache__/__init__.cpython-314.pyc | Bin 134 -> 154 bytes .../__pycache__/computers.cpython-314.pyc | Bin 17854 -> 17874 bytes .../__pycache__/projectors.cpython-314.pyc | Bin 14768 -> 14788 bytes routes/__pycache__/__init__.cpython-314.pyc | Bin 132 -> 152 bytes routes/__pycache__/projectors.cpython-314.pyc | Bin 15572 -> 15592 bytes templates/base.html | 45 +++++++++++++++++- 6 files changed, 44 insertions(+), 1 deletion(-) diff --git a/handlers/__pycache__/__init__.cpython-314.pyc b/handlers/__pycache__/__init__.cpython-314.pyc index 061e62bd18b10f3df6b3cf8eadbbd69b6b13e531..33b0972c5cdb15803f948b437d3a560108dd6847 100644 GIT binary patch delta 68 zcmZo;oW;nk&Bx2d00iw{_e|tA)iu`-Elw>e)=$hy%`Q&O(s$1+i7zP1&q_@$(f7+662Xy7GIv46qAvdmy(lOR2(xgR~G<1 CY!55| diff --git a/handlers/__pycache__/computers.cpython-314.pyc b/handlers/__pycache__/computers.cpython-314.pyc index befce58512b673dbea0880e5e89213d2ba3e2b7d..21c830034901c112ae9962b184c3d651ca0f20b0 100644 GIT binary patch delta 76 zcmdnj&3LJskx!eCmx}=iw#psMoT$5zZxgGog??ypYEiL%VoqvyacY*nduB;|K~a8I cYI2FbXI@!+d1{h=Mq*w{4oK1Fo2*am0kJ_E@&Et; delta 56 zcmccA&A6|dkx!eCmx}=iJ{g_NJgB#kZxgGeN~%?iduBZnq8clrSG0u5?@f1pOu$ru1y6BvO2 delta 54 zcmX?7yrGy+n~#@^0SG=Boy<(v+Q`SwCaIcg72}>+662Xy7GIv46qAvdmy(lOR2;L} IiLJ>P0LMcSr~m)} diff --git a/routes/__pycache__/__init__.cpython-314.pyc b/routes/__pycache__/__init__.cpython-314.pyc index 89a0e6b7f70f955709fea97045b3956b36a4cc5e..9599288e25e2b7283fcd8f1ef699d4656538621c 100644 GIT binary patch delta 66 zcmZo+oWaPg&Bx2d00iw{_e|tA)i%`+Elw>e)=$hy%`Q&O(s$1+i7zP1&q_@$(f7Px# delta 46 zcmbQi*uu!I&Bx2d00dkMw@u_W6<18PigC{@iSf)Ui!V=2iYdx3ElDkonV78$00rL- AtN;K2 diff --git a/routes/__pycache__/projectors.cpython-314.pyc b/routes/__pycache__/projectors.cpython-314.pyc index 0e307c4384389d6388fbb669eb44265b15ee26a9..61f3d14e8aea4502617880e6932309d7c51119a0 100644 GIT binary patch delta 69 zcmcao`J$3rn~#@^0SMZ^?%Bw_g;CpFKeRZts8~NSCpEh`HA~+;vn0NtC_gJTxkTSH XuPnYiHA%lHzqBN^Sby_1#(!1-Pk$N6 delta 49 zcmaD+d8LwDn~#@^0SLGjZrjMcg;88N)hfn4vn0kduPnYiH7TYjzqBN^IA-%J#(!1- DhawS+ 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 %} -
+