Skip to content

Commit

Permalink
Merge branch 'search'
Browse files Browse the repository at this point in the history
  • Loading branch information
wildjcrt committed Sep 11, 2024
2 parents 1f01718 + 5ced39f commit 54c49ca
Show file tree
Hide file tree
Showing 33 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
.main-content {
margin-top: 75px; // sidebar 75
}

#ui-id-1.ui-autocomplete {
border: 1px solid #e5e7eb;
background-color: #e5e7eb;
}
}

// logo fonts and styles
Expand Down
1 change: 0 additions & 1 deletion app/javascript/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ $( "#search" ).autocomplete({
};

$( "#sidebar" ).append( $( "#ui-id-1.ui-autocomplete" ) );
$( "#ui-id-1.ui-autocomplete" ).addClass( "bg-white" );

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ $( "#search" ).autocomplete({
};

$( "#sidebar" ).append( $( "#ui-id-1.ui-autocomplete" ) );
$( "#ui-id-1.ui-autocomplete" ).addClass( "bg-white" );
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 54c49ca

Please sign in to comment.