mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
WIP replacing algolis with Redocly's built-in search
This commit is contained in:
@@ -144,6 +144,7 @@ $banner-height: 52px; // Apex 2025 banner is 52px. 0 for no pencil banner.
|
||||
}
|
||||
|
||||
#topnav-search {
|
||||
flex-grow: 1;
|
||||
.input-group {
|
||||
flex-grow: 1;
|
||||
flex-wrap: nowrap; // Fix search bar splitting into two lines on iPhone 5
|
||||
@@ -315,7 +316,7 @@ $banner-height: 52px; // Apex 2025 banner is 52px. 0 for no pencil banner.
|
||||
|
||||
@include media-breakpoint-up(xl) {
|
||||
#topnav-search {
|
||||
margin-left: auto;
|
||||
margin-left: 3.5rem;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
#topnav-language {
|
||||
|
||||
@@ -1340,7 +1340,7 @@ main article .card-grid {
|
||||
}
|
||||
}
|
||||
|
||||
/* Search styles */
|
||||
/* Algolia Search styles
|
||||
|
||||
.algolia-autocomplete .ds-dropdown-menu::before {
|
||||
background-color: $gray-100;
|
||||
@@ -1352,3 +1352,4 @@ main article .card-grid {
|
||||
.DocSearch-Modal {
|
||||
box-shadow: $light-box-shadow;
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user