zebra-report: deploy — don't truncate handles
This commit is contained in:
parent
667a76f69f
commit
2c5576c436
1 changed files with 6 additions and 4 deletions
|
|
@ -474,8 +474,10 @@
|
|||
.badge.cohost { background: #444; color: #fff; }
|
||||
.badge.speaker { background: #fff; color: #000; }
|
||||
.badge.listener{ background: #fff; color: #888; border-color: #888; }
|
||||
/* handle gets its own row — never wrap, scroll if absurdly long */
|
||||
.handle { font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
|
||||
/* handle is never truncated. Long handles wrap on word boundaries
|
||||
* by default; overflow-wrap:break-word allows a single absurdly long
|
||||
* word to wrap rather than push the column wider. */
|
||||
.handle { font-weight: bold; overflow-wrap: break-word; min-width: 0; }
|
||||
.handle .me { color: #060; font-weight: normal; font-size: 0.7rem; margin-left: 0.3rem; }
|
||||
/* full pubkey, monospace, wraps onto as many lines as it needs */
|
||||
.pub-short {
|
||||
|
|
@ -3694,8 +3696,8 @@ logLine('', 'ready — pick a handle, type a rendezvous code, enter the space');
|
|||
|
||||
<footer style="margin:2.2rem auto 0;font-size:0.65rem;color:#999;line-height:1.7;word-break:break-all;font-family:monospace">
|
||||
<span id="pi-seal" style="color:#777;cursor:default;user-select:none" title="">page integrity</span> · built <span class="stamp-date">2026-06-02</span><br>
|
||||
md5 <span class="stamp-md5">63f35884338ba5c1389831260fef410b</span><br>
|
||||
sha256 <span class="stamp-sha">f33c271a0e657fa05c70df9fe6b37b1cd20a4dc7e6e0950a6a50822bd7c8f164</span><br>
|
||||
md5 <span class="stamp-md5">aca11b254d306fc675e74a2b7b76c3c9</span><br>
|
||||
sha256 <span class="stamp-sha">bf43d6fa4bec117e6e77ebe4b096ab69c0df5ed5cb76f01fc515666209ad800a</span><br>
|
||||
<span style="color:#bbb">hashes are of this page with these two fields zeroed — to verify, blank them and re-hash</span><br>
|
||||
<span style="color:#bbb">one self-contained file — <strong>save a copy</strong> and verify against these hashes; point at your own servers with ?signal= and ?turncred=, or <a href="host-your-own.html" style="color:#999">host your own community</a></span>
|
||||
</footer>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue