mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
menu size max list size
This commit is contained in:
parent
b4512c7f14
commit
7fcd5e300d
1 changed files with 2 additions and 2 deletions
|
|
@ -128,7 +128,7 @@ export function LibraryListCard(props: LinkedItemCardProps): JSX.Element {
|
|||
display: 'flex',
|
||||
visibility: isHovered || menuOpen ? 'unset' : 'hidden',
|
||||
marginLeft: 'auto',
|
||||
height: '25px',
|
||||
height: '30px',
|
||||
width: '30px',
|
||||
mt: '-5px',
|
||||
mr: '-5px',
|
||||
|
|
@ -163,7 +163,7 @@ export function LibraryListCard(props: LinkedItemCardProps): JSX.Element {
|
|||
fontSize: '16px',
|
||||
fontWeight: '700',
|
||||
lineHeight: '1.25',
|
||||
maxWidth: '80%',
|
||||
maxWidth: '1200px',
|
||||
fontFamily: 'SF Pro Display',
|
||||
overflow: 'hidden',
|
||||
textOverflow: 'ellipsis',
|
||||
|
|
|
|||
Loading…
Reference in a new issue