fix slider display issue on mobile device

This commit is contained in:
Songyi Huang 2021-05-24 19:37:23 -07:00
parent 076ead97f2
commit accf611faf
1 changed files with 11 additions and 0 deletions

View File

@ -117,6 +117,17 @@
font-family: 'Arvo', 'Rockwell', monospace, PingFangSC-Regular, sans-serif;
}
}
@media (pointer: coarse) {
.MuiSlider-root{
padding-top: 13px;
padding-bottom: 13px;
span.MuiSlider-markLabel {
top: 26px;
}
}
}
}
.doudizhu-view-container {