nicer search positioning within navbar
This commit is contained in:
@@ -134,7 +134,7 @@ export default function NirvanaHeader({
|
|||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
|
||||||
{!shouldHideSearch && (
|
{!shouldHideSearch && (
|
||||||
<div className="mx-auto flex flex-row items-center space-x-2 ml-5">
|
<div className="mx-auto flex flex-row items-center space-x-2">
|
||||||
<FaSearch className="text-xs text-gray-300" />
|
<FaSearch className="text-xs text-gray-300" />
|
||||||
<input
|
<input
|
||||||
placeholder="Type / to search"
|
placeholder="Type / to search"
|
||||||
@@ -147,7 +147,7 @@ export default function NirvanaHeader({
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
{/* todo: move this ghost button to components */}
|
{/* todo: move this ghost button to components */}
|
||||||
<button className="text-gray-300 ml-auto text-xs p-3 transition-all hover:bg-gray-200">
|
<button className="text-gray-300 text-xs p-3 transition-all hover:bg-gray-200">
|
||||||
flow state
|
flow state
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user