Skip to content

Commit

Permalink
css fix (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haviles04 authored Nov 8, 2023
1 parent 330a906 commit e95be27
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/styles/algolia.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ body {
@apply stroke-white h-auto w-auto p-0 !important;
}

.aa-SubmitIcon {
@apply m-auto !important;
}

.aa-LoadingIcon {
@apply text-white !important;
}
Expand Down Expand Up @@ -46,6 +50,10 @@ body {
@apply ml-2 text-sm text-base-300 !important;
}

.xsearch-submitButton {
@apply p-0 !important;
}

.xsearch-submitButton .aa-SubmitIcon {
@apply w-6 h-6 text-white !important;
}
Expand Down Expand Up @@ -78,14 +86,12 @@ body {
}
/* End of XSearch */


/* Climb search for tagging */

.climb-tag-search {
@apply z-50 w-80 !important;
}


.aa-Form.tag-search-form {
@apply p-0.5 w-full ring-1 border-0 ring-black rounded-md shadow-gray-500 !important;
}
Expand All @@ -98,7 +104,6 @@ body {
@apply flex items-center justify-center w-8 h-8 !important;
}


.tag-search-submit-button {
@apply bg-inherit p-0 h-auto w-auto !important;
}
Expand Down Expand Up @@ -131,7 +136,6 @@ body {
@apply text-black stroke-2 stroke-black w-5 h-5 !important;
}


.aa-default-mobile-form {
@apply rounded border-0 ring-0 !important;
}
Expand Down

1 comment on commit e95be27

@vercel
Copy link

@vercel vercel bot commented on e95be27 Nov 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.