Commit ac51575c491072803ffd8534b60173731099e469

Authored by ykxie
1 parent 9a887814

add title

src/player.html
... ... @@ -169,7 +169,7 @@
169 169 display: none;
170 170 }
171 171  
172   - @media screen and (max-width: 768px) {
  172 + @media screen and (max-device-width: 414px) {
173 173 p{
174 174 margin: 0;
175 175 }
... ...
src/scss/mobile.scss
1 1 .m-title-wrap, .m-label{
2 2 display: none;
3 3 }
4   -@media screen and (max-width: 768px) {
  4 +@media screen and (max-device-width: 414px) {
5 5  
6 6 .player_volume_wrapper, .ladda-label{
7 7 display: none !important;
... ...