1
0
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:
Youssef 2022-03-01 10:23:04 +01:00
parent 57268fb083
commit 0c0ae552f4

View File

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