From b682ed936d8185e91331e9f66fc0e13072f8b545 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 4 May 2024 15:32:41 +0200 Subject: feat: show metadata in grid --- frontend/static/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'frontend/static') diff --git a/frontend/static/style.css b/frontend/static/style.css index 96b7c9b..e72df60 100644 --- a/frontend/static/style.css +++ b/frontend/static/style.css @@ -5,3 +5,17 @@ form { input[type="search"] { width: 100%; } + +dt::after { + content: ": "; +} + +dd { + margin-inline-start: 1rem; +} + +dl { + display: grid; + grid-template-rows: 100%; + grid-template-columns: max-content 1fr; +} -- cgit 1.4.1