mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-04-01 01:51:00 +08:00
[questions][fix] optimise browse sort for mobile
This commit is contained in:
@@ -75,9 +75,8 @@ export default function QuestionSearchBar({
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
{/* <SortOptionsSelect {...sortOptionsSelectProps} /> */}
|
||||
</div>
|
||||
<div className="flex justify-start gap-4">
|
||||
<div className="flex flex-col justify-start gap-x-4 gap-y-2 sm:flex-row">
|
||||
<div>
|
||||
<Tabs
|
||||
label="Sort by"
|
||||
@@ -86,7 +85,7 @@ export default function QuestionSearchBar({
|
||||
onChange={sortOptionsSelectProps.onSortTypeChange}
|
||||
/>
|
||||
</div>
|
||||
<div className="border-l" />
|
||||
<div className="border-b border-l" />
|
||||
<div>
|
||||
<Tabs
|
||||
label="Order by"
|
||||
|
||||
Reference in New Issue
Block a user