mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix positioning of toggle buttons
This commit is contained in:
parent
9f0a5dfd03
commit
9b181633d9
1 changed files with 4 additions and 4 deletions
|
|
@ -280,7 +280,7 @@ function MenuPanel(props: MenuPanelProps): JSX.Element {
|
|||
alignment="start"
|
||||
distribution="start"
|
||||
>
|
||||
<HStack css={{ width: '100%' }} distribution="start" alignment="start">
|
||||
<HStack css={{ width: '100%' }} distribution="start" alignment="center">
|
||||
<StyledText
|
||||
css={{
|
||||
fontFamily: 'Inter',
|
||||
|
|
@ -297,10 +297,10 @@ function MenuPanel(props: MenuPanelProps): JSX.Element {
|
|||
</StyledText>
|
||||
<SpanBox
|
||||
css={{
|
||||
mt: '17px',
|
||||
mr: '-2px',
|
||||
marginLeft: 'auto',
|
||||
display: 'flex',
|
||||
height: '100%',
|
||||
mt: '10px',
|
||||
marginLeft: 'auto',
|
||||
verticalAlign: 'middle',
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue