From 6138d98f4dd9b58febedb64f1a565b50c234f37f Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 26 Mar 2025 21:22:59 +0100 Subject: Update rewind view for new game rules framework. --- NOTES.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'NOTES.md') diff --git a/NOTES.md b/NOTES.md index e5771ff..6f5eb27 100644 --- a/NOTES.md +++ b/NOTES.md @@ -40,18 +40,18 @@ * Screen size thresholds for layout triggers: - @media (max-width: 400) + @media (max-width: 400px) one-column tabbed mode - @media (max-width: 800) + @media (max-width: 800px) mobile phone layout two-column tabbed mode (notepad and chat window fill screen) horizontally scroll basic content; use full map width for hands etc - @media (max-height: 600) + @media (max-height: 600px) mobile phone landscape layout start hiding player names behind tap/hover hide or reduce turn info, role info, and current card - @media (max-height: 800) + @media (max-height: 800px) small laptop screen -- cgit v1.2.3