mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-10-23 08:29:21 +08:00
feat: maskpage&newchatpage adapt new ui framework done
This commit is contained in:
@@ -68,7 +68,7 @@ export default function PromptHints(props: {
|
||||
<div
|
||||
className={`
|
||||
${styles["prompt-hints"]}
|
||||
transition-all duration-300 shadow-inner rounded-none w-[100%] flex flex-col-reverse overflow-auto
|
||||
transition-all duration-300 shadow-prompt-hint-container rounded-none w-[100%] flex flex-col-reverse overflow-auto
|
||||
${
|
||||
notShowPrompt
|
||||
? "max-h-[0vh] border-none"
|
||||
|
Reference in New Issue
Block a user