mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-08 02:56:39 +08:00
feat: add hide button bug
This commit is contained in:
parent
dedfff1ce0
commit
b90e346572
@ -255,7 +255,6 @@ export function Artifacts() {
|
||||
ref={previewRef}
|
||||
autoHeight={false}
|
||||
height={"100%"}
|
||||
ref={previewRef}
|
||||
onLoad={(title) => {
|
||||
setFileName(title as string);
|
||||
setLoading(false);
|
||||
|
@ -304,7 +304,7 @@ pre {
|
||||
}
|
||||
}
|
||||
|
||||
pre{
|
||||
pre{
|
||||
.show-hide-button {
|
||||
border-radius: 10px;
|
||||
position: absolute;
|
||||
|
Loading…
Reference in New Issue
Block a user