feat: show metadata in grid
1 file changed, 14 insertions(+), 0 deletions(-)
changed files
M frontend/static/style.css → frontend/static/style.css
@@ -5,3 +5,17 @@ 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; +}