From 6f2cc0fa7a469d76c5bdaa73af9f56acaa338ae8 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Sun, 31 May 2026 15:10:13 -0400 Subject: [PATCH] zebra-report: zebra-spaces invite buttons stack below the message --- zebra-report/zebra-spaces.html | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/zebra-report/zebra-spaces.html b/zebra-report/zebra-spaces.html index 42e20ca..d662bf3 100644 --- a/zebra-report/zebra-spaces.html +++ b/zebra-report/zebra-spaces.html @@ -132,8 +132,9 @@ .log-line.err { color: #b00; } .invite-banner { border: 2px solid #000; padding: 0.8rem; margin-bottom: 1rem; background: #ffd; - display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; + display: flex; flex-direction: column; align-items: flex-start; gap: 0.6rem; } + .invite-banner .invite-actions { display: flex; gap: 0.5rem; } .notice-banner { padding: 0.7rem 0.8rem; margin-bottom: 1rem; display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; @@ -226,10 +227,14 @@ @@ -1283,8 +1288,8 @@ logLine('', 'ready โ€” pick a handle, type a rendezvous code, enter the space');