Merge pull request #1237 from omnivore-app/fix/dropdowns

Some web dropdown fixes
This commit is contained in:
Jackson Harper 2022-09-26 16:42:08 +08:00 committed by GitHub
commit c0a1d895a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 6 deletions

View file

@ -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',

View file

@ -83,7 +83,7 @@ const MainContainer = styled(Box, {
const CustomLabelWrapper = styled(Box, {
fontSize: 13,
padding: '$2',
padding: 24,
borderRadius: 3,
cursor: 'default',
color: '$grayText',

View file

@ -876,7 +876,7 @@ function DesktopEditCard(props: any) {
css={{ marginLeft: 'auto', width: '100%' }}
>
<Button
style="plainIcon"
style="ctaOutlineYellow"
css={{ mr: '12px' }}
onClick={() => {
resetState()