fix edit message window opacity

This commit is contained in:
2023-07-27 10:32:32 +08:00
parent 5f0481fece
commit c84be818e9

View File

@@ -102,6 +102,9 @@ export default function Message(props: Props) {
<div className="w-full flex justify-between">
<DeleteIcon />
<button onClick={() => setShowEdit(true)}>🖋</button>
<CopyIcon />
</div>
</div>
{showEdit && (
<div
className={
@@ -129,9 +132,6 @@ export default function Message(props: Props) {
</div>
</div>
)}
<CopyIcon />
</div>
</div>
{showCopiedHint && <CopiedHint />}
{chatStore.develop_mode && (
<div>