subtle adjustment to the position of the search icon (#3440)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
pull/3439/head^2
Ciarán Hanrahan 2022-07-20 10:17:33 +01:00 committed by GitHub
parent 4d2f134dc7
commit b2e5ac4cda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -216,13 +216,13 @@ const Layout = ({
<div className="flex w-14 flex-col lg:w-56">
<div className="flex h-0 flex-1 flex-col border-r border-gray-200 bg-white">
<div className="flex flex-1 flex-col overflow-y-auto pt-3 pb-4 lg:pt-5">
<div className="justify-between md:hidden lg:flex">
<div className="items-center justify-between md:hidden lg:flex">
<Link href="/event-types">
<a className="px-4">
<Logo small />
</a>
</Link>
<div className="px-2">
<div className="px-4">
<KBarTrigger />
</div>
</div>