1
0
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:
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: { 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: {