Skip to content

Commit

Permalink
feat: add base margin to search feed (#246)
Browse files Browse the repository at this point in the history
* feat: add base margin to search feed

* chore: yarn build
  • Loading branch information
nlewis84 authored Dec 12, 2024
1 parent a1a38c3 commit 1152c69
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/web-shared/components/Searchbar/SearchResults.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ const SearchResults = ({ autocompleteState, autocomplete }) => {
) : null
}
{autocompleteState.isOpen && autocompleteState.query === '' && searchState.searchFeed ? (
<Box className="empty-feed">
<Box className="empty-feed" margin="base">
<FeatureFeedProvider
Component={Feed}
options={{
Expand Down
8 changes: 8 additions & 0 deletions web-embeds/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@
class="apollos-widget"
style="max-width: 1180px; padding: 40px; margin: auto; margin-top: 20px"
></div> -->
<div
data-church="apollos_demo"
data-type="Auth"
data-modal="true"
class="apollos-widget"
style="max-width: 1180px; padding: 40px; margin: auto; margin-top: 20px"
data-search-feed="FeatureFeed:caf294f0-cd0e-4486-95e7-fa11bd5fb1c5"
></div>

<div
data-type="FeatureFeed"
Expand Down
2 changes: 1 addition & 1 deletion web-embeds/widget/index.js

Large diffs are not rendered by default.

0 comments on commit 1152c69

Please sign in to comment.