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: {
|
title: {
|
||||||
fontSize: '1rem',
|
fontSize: '1rem',
|
||||||
fontWeight: 'normal',
|
fontWeight: 'normal',
|
||||||
|
visibility: 'hidden',
|
||||||
|
[theme.breakpoints.up('sm')]: {
|
||||||
|
visibility: 'visible',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
iconButton: {
|
iconButton: {
|
||||||
marginRight: '1rem',
|
marginRight: '1rem',
|
||||||
|
Loading…
Reference in New Issue
Block a user