Sign in
梁美英
/
programming
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
ac51575c491072803ffd8534b60173731099e469
Authored by
ykxie
2017-06-20 13:58:58 +0800
1 parent
9a887814
add title
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/player.html
src/scss/mobile.scss
src/player.html
View file @
ac51575
...
...
@@ -169,7 +169,7 @@
169
169
display: none;
170
170
}
171
171
172
- @media screen and (max-
width: 768
px) {
172
+ @media screen and (max-
device-width: 414
px) {
173
173
p{
174
174
margin: 0;
175
175
}
...
...
src/scss/mobile.scss
View file @
ac51575
1
1
.m-title-wrap, .m-label{
2
2
display: none;
3
3
}
4
-@media screen and (max-
width: 768
px) {
4
+@media screen and (max-
device-width: 414
px) {
5
5
6
6
.player_volume_wrapper, .ladda-label{
7
7
display: none !important;
...
...