Skip to content

Commit

Permalink
Only do button adjust on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
CDrummond committed Nov 1, 2019
1 parent 02591c6 commit ed21def
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions MaterialSkin/HTML/material/html/css/mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,11 @@
flex-direction:column;
}

/* Adjust link/more/close buttons in now-playing page up a little */
#np-info > .v-card > .v-card__actions > button {
margin-top:-2px
}

.no-control-adjust {
margin-top:-14px;
}
Expand Down
5 changes: 0 additions & 5 deletions MaterialSkin/HTML/material/html/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -751,11 +751,6 @@ a {
margin-right:auto;
}

/* Adjust link/more/close buttons in now-playing page up a little */
#np-info > .v-card > .v-card__actions > button {
margin-top:-2px
}

.btn-img {
width:24px;
height:24px;
Expand Down

0 comments on commit ed21def

Please sign in to comment.