mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: add mobile view for search
This commit is contained in:
parent
57268fb083
commit
0c0ae552f4
@ -22,6 +22,10 @@ export const useStyles = makeStyles(theme => ({
|
||||
title: {
|
||||
fontSize: '1rem',
|
||||
fontWeight: 'normal',
|
||||
visibility: 'hidden',
|
||||
[theme.breakpoints.up('sm')]: {
|
||||
visibility: 'visible',
|
||||
},
|
||||
},
|
||||
iconButton: {
|
||||
marginRight: '1rem',
|
||||
|
Loading…
Reference in New Issue
Block a user