all repos — searchix @ c0ae685af1764d9588b1fcd8de40d0cbde48d1ea

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

frontend/static/style.css (view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
form {
  display: flex;
  column-gap: 1ex;
}

input[type="search"] {
  width: 100%;
}

dt::after {
  content: ": ";
}

dd {
  margin-inline-start: 1rem;
}

dl {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: max-content 1fr;
}