mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-14 00:19:16 +01:00
style: use display instead of visibility
This commit is contained in:
parent
0c0ae552f4
commit
3bcbd0fd50
@ -22,9 +22,9 @@ export const useStyles = makeStyles(theme => ({
|
|||||||
title: {
|
title: {
|
||||||
fontSize: '1rem',
|
fontSize: '1rem',
|
||||||
fontWeight: 'normal',
|
fontWeight: 'normal',
|
||||||
visibility: 'hidden',
|
display: 'unset',
|
||||||
[theme.breakpoints.up('sm')]: {
|
[theme.breakpoints.down(600)]: {
|
||||||
visibility: 'visible',
|
display: 'none',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
iconButton: {
|
iconButton: {
|
||||||
|
Loading…
Reference in New Issue
Block a user