minor design changes to tablet navigation (#1240)

This commit is contained in:
Peer Richelsen 2021-12-02 09:52:59 +00:00 committed by GitHub
parent ec2d0a89ba
commit 813eaa83b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 7 deletions

View file

@ -239,13 +239,12 @@ export default function Shell(props: {
<div className="hidden md:flex md:flex-shrink-0 lg:hidden"> <div className="hidden md:flex md:flex-shrink-0 lg:hidden">
<div className="flex flex-col w-14 lg:w-56"> <div className="flex flex-col w-14 lg:w-56">
<div className="flex flex-col flex-1 h-0 bg-white border-r border-gray-200"> <div className="flex flex-col flex-1 h-0 bg-white border-r border-gray-200">
<div className="flex flex-col flex-1 pt-5 pb-4 overflow-y-auto"> <div className="flex flex-col flex-1 pb-4 overflow-y-auto">
<Link href="/event-types"> <Link href="/event-types">
<a className="px-2"> <a className="px-2 my-3">
{/* <Logo small /> */} <h1 className="inline">
<h1 className="inline p-2">
<strong> <strong>
<img className="w-auto h-10" alt="Cal" title="Cal" src="/cal-com-icon.svg" /> <img className="w-auto h-9" alt="Cal" title="Cal" src="/cal-com-icon.svg" />
</strong> </strong>
</h1> </h1>
</a> </a>

View file

@ -448,7 +448,7 @@ const EventTypePage = (props: inferSSRProps<typeof getServerSideProps>) => {
<> <>
<h1 <h1
style={{ fontSize: 22, letterSpacing: "-0.0009em" }} style={{ fontSize: 22, letterSpacing: "-0.0009em" }}
className="inline pl-0 text-gray-900 bg-transparent border-none cursor-pointer focus:text-black hover:text-gray-500 focus:ring-0 focus:outline-none"> className="inline pl-0 text-gray-900 focus:text-black group-hover:text-gray-500">
{eventType.title} {eventType.title}
</h1> </h1>
<PencilIcon className="-mt-1 ml-1 inline w-4 h-4 text-gray-700 group-hover:text-gray-500" /> <PencilIcon className="-mt-1 ml-1 inline w-4 h-4 text-gray-700 group-hover:text-gray-500" />
@ -1028,7 +1028,7 @@ const EventTypePage = (props: inferSSRProps<typeof getServerSideProps>) => {
</form> </form>
</div> </div>
</div> </div>
<div className="w-full px-2 mt-8 ml-2 sm:w-3/12 sm:mt-0 min-w-32"> <div className="w-full px-2 mt-8 ml-2 sm:w-3/12 sm:mt-0 min-w-[177px] ">
<div className="px-2"> <div className="px-2">
<Controller <Controller
name="isHidden" name="isHidden"