File tree Expand file tree Collapse file tree 4 files changed +14
-1
lines changed Expand file tree Collapse file tree 4 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ .rds-search {
2+ position : relative ;
3+ padding-top : 68px ;
4+
5+ @include mobile {
6+ padding-top : 46px ;
7+ }
8+ }
Original file line number Diff line number Diff line change 1818@import ' ./components/hero' ;
1919@import ' ./components/languages' ;
2020@import ' ./components/demos' ;
21+ @import ' ./components/search' ;
2122@import ' ./components/resources' ;
2223@import ' ./components/404' ;
2324
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ function DocSidebar({
190190 'menu--show' : showResponsiveSidebar ,
191191 [ styles . menuWithAnnouncementBar ] : ! isAnnouncementBarClosed && scrollY === 0
192192 } ) } >
193- < Search inline = "true" />
193+ < Search inline = "true" />
194194 < button aria-label = { showResponsiveSidebar ? 'Close Menu' : 'Open Menu' } aria-haspopup = "true" className = "button button--secondary button--sm menu__button" type = "button" onClick = { ( ) => {
195195 setShowResponsiveSidebar ( ! showResponsiveSidebar ) ;
196196 } } >
Original file line number Diff line number Diff line change 1818 width : 65% ;
1919}
2020
21+ .redis-sitesearch-inline .search-root-item {
22+ padding : 12px 16px 0px ;
23+ }
24+
2125.redis-sitesearch-inline .redis-sitesearch-result {
2226 padding : 11px 1em 11px 11px ;
2327}
You can’t perform that action at this time.
0 commit comments