mirror of https://github.com/usememos/memos.git
fix: add a visual separator to the save button
This commit is contained in:
parent
3be1b3a1e3
commit
6fbf7df612
|
|
@ -526,7 +526,7 @@ const MemoEditor = observer((props: Props) => {
|
|||
{!state.isRequesting ? (
|
||||
<DropdownMenu>
|
||||
<DropdownMenuTrigger asChild onClick={(e) => e.stopPropagation()}>
|
||||
<span className="pointer-events-auto">
|
||||
<span className="pointer-events-auto border-l pl-1">
|
||||
<VisibilityIcon visibility={state.memoVisibility} className="w-4 h-auto ml-1 text-primary-foreground opacity-80" />
|
||||
</span>
|
||||
</DropdownMenuTrigger>
|
||||
|
|
|
|||
Loading…
Reference in New Issue