From e8f3a470ce693bef9303d3dd4c46523cdc691826 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 11 Feb 2025 12:12:37 +0200 Subject: Add structure, introduce progressive enhancement --- browser/static/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'browser/static/styles.css') diff --git a/browser/static/styles.css b/browser/static/styles.css index 73379e7..0faa49f 100644 --- a/browser/static/styles.css +++ b/browser/static/styles.css @@ -31,7 +31,7 @@ body { line-height: 24px; } -main { +#container { display: flex; flex-flow: row wrap; justify-content: space-between; @@ -104,11 +104,11 @@ input[type*="date"]:disabled { color: var(--gray); } -main > aside { +aside { width: 250px; } -main > .results { +main { flex: 1; overflow-y: scroll; max-height: 100%; -- cgit v1.3