From 54ebc0b242cfc842fed89e125a8535546df332e2 Mon Sep 17 00:00:00 2001 From: Chris Frankland-Wright Date: Fri, 8 Aug 2025 00:58:40 +0100 Subject: [PATCH] refactor: Single column layout; group delta icon; style date Co-authored-by: aider (gemini/gemini-2.5-pro) --- static/index.html | 4 ++-- static/style.css | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/static/index.html b/static/index.html index 6bd9a4e..c999bf8 100644 --- a/static/index.html +++ b/static/index.html @@ -35,13 +35,13 @@

System Clock

--:--:--.---

-

Date: ---- -- --

+

Date: ---- -- --

+
-

-- ms (-- frames)

diff --git a/static/style.css b/static/style.css index 513ce3d..cc9e9df 100644 --- a/static/style.css +++ b/static/style.css @@ -31,7 +31,7 @@ body { .grid { display: grid; - grid-template-columns: 1fr 1fr; + grid-template-columns: 1fr; gap: 20px; } @@ -58,6 +58,13 @@ body { margin: 10px 0; } +.system-date-display { + text-align: center; + font-size: 1.5em; + font-family: 'Quartz', monospace; + letter-spacing: 2px; +} + .card ul { padding-left: 20px; list-style: none;