fix menut
This commit is contained in:
@@ -45,7 +45,7 @@ export function Menu({ recentCourses }) {
|
|||||||
<div className="flex max-lg:flex-col gap-0.5 lg:gap-4">
|
<div className="flex max-lg:flex-col gap-0.5 lg:gap-4">
|
||||||
{/* Search */}
|
{/* Search */}
|
||||||
<label className="flex gap-1 items-center">
|
<label className="flex gap-1 items-center">
|
||||||
<span className="text-nowrap">Buscar por</span>
|
<span className="text-nowrap max-lg:w-2/5 text-right">Buscar por</span>
|
||||||
<div className="flex border rounded px-1.5 py-0.5 lg:px-2 lg:py-1 bg-white/20 focus-within:bg-white w-full transition duration-150">
|
<div className="flex border rounded px-1.5 py-0.5 lg:px-2 lg:py-1 bg-white/20 focus-within:bg-white w-full transition duration-150">
|
||||||
<input className="outline-none w-full" />
|
<input className="outline-none w-full" />
|
||||||
<MagnifyingGlassIcon className="w-5" />
|
<MagnifyingGlassIcon className="w-5" />
|
||||||
@@ -53,7 +53,7 @@ export function Menu({ recentCourses }) {
|
|||||||
</label>
|
</label>
|
||||||
{/* Filter */}
|
{/* Filter */}
|
||||||
<Field className="flex gap-1 items-center">
|
<Field className="flex gap-1 items-center">
|
||||||
<Label className="text-nowrap">Exibir apenas</Label>
|
<Label className="text-nowrap max-lg:w-2/5 text-right">Exibir apenas</Label>
|
||||||
<div className="relative w-full lg:w-30 bg-white/20">
|
<div className="relative w-full lg:w-30 bg-white/20">
|
||||||
<Select className="flex border items-center justify-between gap-0.5 border-black rounded px-1.5 py-0.5 lg:px-2 lg:py-1 appearance-none focus:outline-none w-full">
|
<Select className="flex border items-center justify-between gap-0.5 border-black rounded px-1.5 py-0.5 lg:px-2 lg:py-1 appearance-none focus:outline-none w-full">
|
||||||
<option value="formacao">Formação</option>
|
<option value="formacao">Formação</option>
|
||||||
|
|||||||
Reference in New Issue
Block a user