Commit 2e98e73c by HoMeTown

feat: 样式调整

parent 0d3f9b0c
......@@ -98,7 +98,7 @@ const ChatEditorBase: React.FC<ChatEditorProps & WithAuthProps> = ({ checkAuth,
}
}, [content])
return (
<div className="flex items-end w-full h-auto relative mx-auto bg-white rounded-[36px] overflow-hidden transition duration-200 py-[12px] pl-[32px] pr-[20px]">
<div className="flex items-end w-full h-auto relative mx-auto bg-white rounded-[36px] overflow-hidden transition duration-200 py-[8px] pl-[12px] pr-[12px] sm:py-[12px] sm:pl-[32px] sm:pr-[20px]">
<div
ref={editorRef}
contentEditable
......
......@@ -53,7 +53,7 @@ export const Home: React.FC = () => {
<GradientBackground />
<div className="h-full w-full">
<div className="box flex flex-col h-full w-full">
<div className="flex-1 flex items-center overflow-y-scroll pt-[32px] scrollbar-hide sm:overflow-hidden">
<div className="flex-1 sm:flex items-center overflow-y-scroll pt-[32px] scrollbar-hide sm:overflow-hidden">
<div className="w-full">
<div className="px-[24px] pb-[24px] sm:px-0">
{/* slogan */}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment