chore: fixs tweaks and update texts
This commit is contained in:
@@ -100,7 +100,9 @@ function Message({
|
||||
onContextMenu={handleContextMenuEvent}
|
||||
data-msg-mid={mid}
|
||||
ref={inviewRef}
|
||||
className={`message ${readOnly ? "readonly" : ""}`}
|
||||
className={`message ${readOnly ? "readonly" : ""} ${
|
||||
contextMenuVisible ? "contextVisible" : ""
|
||||
} `}
|
||||
>
|
||||
<Tippy
|
||||
disabled={readOnly}
|
||||
|
||||
@@ -16,6 +16,7 @@ const StyledMsg = styled.div`
|
||||
background: #f5f6f7;
|
||||
}
|
||||
&:hover,
|
||||
&.contextVisible,
|
||||
&.preview {
|
||||
content-visibility: inherit;
|
||||
contain-intrinsic-size: inherit;
|
||||
|
||||
Reference in New Issue
Block a user