feat: improve mobile style

This commit is contained in:
Yifei Zhang
2023-03-15 05:50:11 +00:00
parent 653a740f0f
commit 64e331a3e3
7 changed files with 36 additions and 15 deletions

View File

@@ -26,7 +26,6 @@ import CloseIcon from "../icons/close.svg";
import { Message, SubmitKey, useChatStore, Theme } from "../store";
import { Settings } from "./settings";
import dynamic from "next/dynamic";
export function Markdown(props: { content: string }) {
return (