Commit ac51575c491072803ffd8534b60173731099e469

Authored by ykxie
1 parent 9a887814

add title

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