Skip to content

Commit

Permalink
fix(client): fix styles for gem query filter for firefox (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmstss authored Sep 4, 2024
1 parent 1d89773 commit 3753cf2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions client/public/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -573,9 +573,11 @@ section {
padding-top: 30px;
}

.marketplace-gem-filter-container {
padding: 0 20% 30px 20%;
}

.marketplace-gem-filter-input {
margin-left: 20%;
margin-right: 20%;
max-width: -webkit-fill-available;
margin-top: 15px;
}
Expand Down
4 changes: 2 additions & 2 deletions client/src/pages/marketplace/Marketplace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,10 @@ export const Marketplace: FC<Props> = (props: Props) => {

<section id="marketplace" className="portfolio">
<div className="container" data-aos="fade-up">
<div className="section-title marketplaceTitle">
<div className="section-title">
<h2>Marketplace</h2>
</div>
<div className="section-title qmarketplaceTitle">
<div className="section-title marketplace-gem-filter-container">
<h3>Gem Filter</h3>
<input
className="form-control marketplace-gem-filter-input"
Expand Down

0 comments on commit 3753cf2

Please sign in to comment.