From 80c4bd498ca3bc13e83e2cf437d32d68ae76b470 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 8 Aug 2026 23:33:22 +0200 Subject: [PATCH] The accounts table needed the whole width MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Caught in a screenshot, invisible in the source: sharing a grid row with the create form left the five-column table about half the page, so every date broke as "2026-" / "08-05", the action button wrapped to two lines, and a long address split mid-word. A wrapped date reads as two dates. Full width, the address takes the slack, and the four columns that must never wrap say so. Verified by counting line boxes per cell rather than by eye — my first check compared cell HEIGHTS and flagged all five rows, which was just the button's own height. --- pb_public/status.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pb_public/status.html b/pb_public/status.html index 1c2b5f8..fc9b61a 100644 --- a/pb_public/status.html +++ b/pb_public/status.html @@ -122,6 +122,12 @@ .form{display:grid;gap:10px;max-width:420px} .form .lbl{color:var(--muted);font-size:11.5px;text-transform:uppercase; letter-spacing:.06em;margin-bottom:3px} + /* The address takes the slack; nothing else may wrap. A wrapped date reads as + two dates, and a wrapped button reads as two buttons. */ + .accts td:first-child{word-break:break-all} + .accts td:nth-child(2),.accts td:nth-child(3),.accts td:nth-child(4){white-space:nowrap} + .accts td:last-child{white-space:nowrap;text-align:right} + .accts button{white-space:nowrap} @media (max-width:560px){ main{padding:12px;gap:12px} section{padding:12px} } @@ -612,7 +618,7 @@ function viewAdmin(users){ '

Registrace je zavřená: veřejné zakládání účtů neexistuje a ' + "tohle jde přes superuživatele, kterým jsi právě přihlášený.

" + - '

Účty

' + + '

Účty

' + "" + (rows || "") + "
e-mailvariantastropvznik
nic
" + '

Varianta rozhoduje, jaký build dostane přes automatickou ' +