fix edit message window opacity
This commit is contained in:
@@ -102,6 +102,9 @@ export default function Message(props: Props) {
|
|||||||
<div className="w-full flex justify-between">
|
<div className="w-full flex justify-between">
|
||||||
<DeleteIcon />
|
<DeleteIcon />
|
||||||
<button onClick={() => setShowEdit(true)}>🖋</button>
|
<button onClick={() => setShowEdit(true)}>🖋</button>
|
||||||
|
<CopyIcon />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
{showEdit && (
|
{showEdit && (
|
||||||
<div
|
<div
|
||||||
className={
|
className={
|
||||||
@@ -129,9 +132,6 @@ export default function Message(props: Props) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<CopyIcon />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{showCopiedHint && <CopiedHint />}
|
{showCopiedHint && <CopiedHint />}
|
||||||
{chatStore.develop_mode && (
|
{chatStore.develop_mode && (
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Reference in New Issue
Block a user