Use the browser icon for "open original"
This commit is contained in:
@ -28,7 +28,7 @@ export const HighlightHoverActions = (props: HighlightHoverActionsProps) => {
|
||||
<Box
|
||||
css={{
|
||||
height: '33px',
|
||||
width: '135px',
|
||||
minWidth: '150px',
|
||||
bg: '$thBackground',
|
||||
display: 'flex',
|
||||
|
||||
|
||||
@ -12,6 +12,7 @@ import { NotebookIcon } from '../../elements/icons/NotebookIcon'
|
||||
import { TrashIcon } from '../../elements/icons/TrashIcon'
|
||||
import { LabelIcon } from '../../elements/icons/LabelIcon'
|
||||
import { UnarchiveIcon } from '../../elements/icons/UnarchiveIcon'
|
||||
import { BrowserIcon } from '../../elements/icons/BrowserIcon'
|
||||
|
||||
type LibraryHoverActionsProps = {
|
||||
viewer: UserBasicData
|
||||
@ -31,7 +32,7 @@ export const LibraryHoverActions = (props: LibraryHoverActionsProps) => {
|
||||
overflow: 'clip',
|
||||
|
||||
height: '33px',
|
||||
width: '184px',
|
||||
width: '200px',
|
||||
bg: '$thBackground',
|
||||
display: 'flex',
|
||||
|
||||
@ -120,7 +121,10 @@ export const LibraryHoverActions = (props: LibraryHoverActionsProps) => {
|
||||
event.stopPropagation()
|
||||
}}
|
||||
>
|
||||
<Share size={21} color={theme.colors.thNotebookSubtle.toString()} />
|
||||
<BrowserIcon
|
||||
size={21}
|
||||
color={theme.colors.thNotebookSubtle.toString()}
|
||||
/>
|
||||
</Button>
|
||||
<CardMenu
|
||||
item={props.item}
|
||||
|
||||
Reference in New Issue
Block a user