Revert "fix(speaker-stats): responsiveness with toggle facial expressions button"
This reverts commit 750f325156
.
This commit is contained in:
parent
aa2f98d9fb
commit
fcdc56bd97
|
@ -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%;
|
||||
}
|
||||
|
|
|
@ -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)'
|
||||
|
|
Loading…
Reference in New Issue