mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
More spacing on article actions
This commit is contained in:
parent
ac82292751
commit
19b621fd1c
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ export function ArticleActionsMenu(
|
|||
alignItems: 'center',
|
||||
flexDirection: props.layout == 'side' ? 'column' : 'row',
|
||||
justifyContent: props.layout == 'side' ? 'center' : 'flex-end',
|
||||
gap: props.layout == 'side' ? '8px' : '25px',
|
||||
gap: props.layout == 'side' ? '15px' : '25px',
|
||||
paddingTop: '6px',
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue