mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #1237 from omnivore-app/fix/dropdowns
Some web dropdown fixes
This commit is contained in:
commit
c0a1d895a3
3 changed files with 3 additions and 6 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',
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ const MainContainer = styled(Box, {
|
|||
|
||||
const CustomLabelWrapper = styled(Box, {
|
||||
fontSize: 13,
|
||||
padding: '$2',
|
||||
padding: 24,
|
||||
borderRadius: 3,
|
||||
cursor: 'default',
|
||||
color: '$grayText',
|
||||
|
|
|
|||
|
|
@ -876,7 +876,7 @@ function DesktopEditCard(props: any) {
|
|||
css={{ marginLeft: 'auto', width: '100%' }}
|
||||
>
|
||||
<Button
|
||||
style="plainIcon"
|
||||
style="ctaOutlineYellow"
|
||||
css={{ mr: '12px' }}
|
||||
onClick={() => {
|
||||
resetState()
|
||||
|
|
|
|||
Loading…
Reference in a new issue