Revert "fix(speaker-stats): responsiveness with toggle facial expressions button"

This reverts commit 750f325156.
This commit is contained in:
Calinteodor 2022-02-01 16:52:42 +02:00 committed by GitHub
parent aa2f98d9fb
commit fcdc56bd97
2 changed files with 2 additions and 19 deletions

View File

@ -56,23 +56,10 @@
text-align: center;
}
@media (max-width: 750px) {
@media(max-width: 750px) {
.speaker-stats-item__name_expressions_on {
width: 25%;
}
.speaker-stats-item__expression {
width: 8%;
}
}
@media (max-width: 750px) and (min-width: 400px) {
.speaker-stats-item__time_expressions_on {
width: 25%;
}
}
@media (max-width: 400px) {
.speaker-stats-item__time_expressions_on {
width: 30%;
}

View File

@ -21,11 +21,7 @@ const useStyles = makeStyles(theme => {
},
padding: '12px',
borderRadius: '6px',
cursor: 'pointer',
[theme.breakpoints.down('400')]: {
top: '24px',
right: '84px'
}
cursor: 'pointer'
},
arrowRight: {
transform: 'rotate(-90deg)'