mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Improve highlight bar mobile layout
This commit is contained in:
parent
361aa33ba9
commit
61ef19e311
1 changed files with 3 additions and 2 deletions
|
|
@ -96,9 +96,10 @@ function BarContent(props: HighlightBarProps): JSX.Element {
|
|||
alignment="center"
|
||||
css={{
|
||||
display: 'flex',
|
||||
padding: props.displayAtBottom ? '10px 15px' : '5px 10px',
|
||||
gap: props.displayAtBottom ? '15px' : '5px',
|
||||
gap: '5px',
|
||||
maxWidth: '100%',
|
||||
width: props.displayAtBottom ? '100%' : 'auto',
|
||||
padding: props.displayAtBottom ? '10px 15px' : '5px 10px',
|
||||
}}
|
||||
>
|
||||
{highlightColors.map((color) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue