Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixos-search
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5d3da3afd870
Choose a base ref
...
head repository: NixOS/nixos-search
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 96419aeab76c
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 17, 2021

  1. fix

    turboMaCk committed Jan 17, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    turboMaCk Marek Fajkus
    Copy the full SHA
    96419ae View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 src/index.less
8 changes: 4 additions & 4 deletions src/index.less
Original file line number Diff line number Diff line change
@@ -343,8 +343,8 @@ header .navbar.navbar-static-top {
}

&.package {
.search-result-item()
.search-result-item();

// short details of a pacakge
& > :nth-child(3) {
color: #666;
@@ -414,8 +414,8 @@ header .navbar.navbar-static-top {
}

&.option {
.search-result-item()
.search-result-item();

// short details of a pacakge
& > :nth-child(4) {
margin: 2em 0 1em 1em;