diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-02-11 12:12:37 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-02-11 12:13:00 +0200 |
| commit | e8f3a470ce693bef9303d3dd4c46523cdc691826 (patch) | |
| tree | d5d33eb96de070ccfa2b138295b623a8516cf7ad /browser/static/styles.css | |
| parent | cc07b3fdc4b8860a1ee1b25f09039ba3f13ee509 (diff) | |
Add structure, introduce progressive enhancement
Diffstat (limited to 'browser/static/styles.css')
| -rw-r--r-- | browser/static/styles.css | 6 |
1 files changed, 3 insertions, 3 deletions
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%; |
