1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

style: use display instead of visibility

This commit is contained in:
Youssef 2022-03-01 15:42:30 +01:00
parent 0c0ae552f4
commit 3bcbd0fd50

View File

@ -22,9 +22,9 @@ export const useStyles = makeStyles(theme => ({
title: {
fontSize: '1rem',
fontWeight: 'normal',
visibility: 'hidden',
[theme.breakpoints.up('sm')]: {
visibility: 'visible',
display: 'unset',
[theme.breakpoints.down(600)]: {
display: 'none',
},
},
iconButton: {