diff --git a/web/components/answers/answer-compatibility-question-content.tsx b/web/components/answers/answer-compatibility-question-content.tsx index a07b52e..02739d7 100644 --- a/web/components/answers/answer-compatibility-question-content.tsx +++ b/web/components/answers/answer-compatibility-question-content.tsx @@ -156,8 +156,8 @@ export function AnswerCompatibilityQuestionContent(props: { ? shortenNumber(compatibilityQuestion.answer_count) : null return ( - - + + {/*{compatibilityQuestion.importance_score > 0 && */} {/* */} {/* Massive upgrade coming soon! More prompts, better predictive power, filtered by category, etc.*/} @@ -190,7 +190,7 @@ export function AnswerCompatibilityQuestionContent(props: { @@ -238,7 +238,7 @@ export function AnswerCompatibilityQuestionContent(props: { /> - + {noSkip ? (
) : ( diff --git a/web/components/layout/modal.tsx b/web/components/layout/modal.tsx index 7ed6bcf..c1bf251 100644 --- a/web/components/layout/modal.tsx +++ b/web/components/layout/modal.tsx @@ -1,12 +1,12 @@ -import { Dialog, Transition } from '@headlessui/react' -import { XIcon } from '@heroicons/react/outline' +import {Dialog, Transition} from '@headlessui/react' +import {XIcon} from '@heroicons/react/outline' import clsx from 'clsx' -import { Fragment, ReactNode, useEffect, useRef } from 'react' +import {Fragment, ReactNode, useEffect, useRef} from 'react' export const MODAL_CLASS = - 'items-center gap-4 rounded-md bg-canvas-0 sm:px-8 px-4 py-6 text-ink-1000' + 'items-center gap-4 rounded-md bg-canvas-0 sm:px-8 px-4 pt-6 pb-2 text-ink-1000' export const SCROLLABLE_MODAL_CLASS = - 'max-h-[70vh] min-h-[20rem] !overflow-auto' + '!overflow-auto' // From https://tailwindui.com/components/application-ui/overlays/modals export function Modal(props: {