all repos — searchix @ b682ed936d8185e91331e9f66fc0e13072f8b545

Search engine for NixOS, nix-darwin, home-manager and NUR users

feat: show metadata in grid

Alan Pearce
commit

b682ed936d8185e91331e9f66fc0e13072f8b545

parent

5b9e67fd5129dec75169a1a070c70f910dff6da2

1 file changed, 14 insertions(+), 0 deletions(-)

changed files
M frontend/static/style.cssfrontend/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; +}