mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove left side arrow menus as these screw up the article action menus
This commit is contained in:
parent
9fe879e141
commit
b423f40f59
1 changed files with 1 additions and 4 deletions
|
|
@ -62,10 +62,7 @@ export const DropdownContent = styled(Content, {
|
|||
'--arrow-top': -13,
|
||||
},
|
||||
'&[data-align="start"]': {
|
||||
'--arrow-before-left': '9px',
|
||||
'--arrow-before-right': 'auto',
|
||||
'--arrow-after-left': '10px',
|
||||
'--arrow-after-right': 'auto',
|
||||
'--arrow-visibility': 'collapse',
|
||||
},
|
||||
'&[data-align="center"]': {
|
||||
'--arrow-before-left': 'auto',
|
||||
|
|
|
|||
Loading…
Reference in a new issue