New way of deleting songs on mobile

This commit is contained in:
Kasper Rynning-Tønnesen
2017-06-18 21:03:15 +02:00
parent 24432e0d0d
commit 49dab75c35
10 changed files with 214 additions and 31 deletions

View File

@@ -2147,6 +2147,10 @@ nav ul li:hover, nav ul li.active {
z-index: 99;
}
.mobile-delete {
display: none;
}
/***************************************************************************
****************************************************************************
********************* Screen size specific rules ***************************
@@ -2176,6 +2180,27 @@ nav ul li:hover, nav ul li.active {
width:95vw !important;
}
.list-song {
overflow: visible;
}
#main-row {
margin-right: -3px !important;
}
.mobile-delete {
height: 100%;
position: absolute;
display: flex;
justify-content: center;
align-items: center;
width: 60px;
top: 0px;
right: -60px;
/* overflow: visible; */
z-index: -99999999;
}
#main-container {
padding-bottom: 20px;
}
@@ -2430,8 +2455,9 @@ nav ul li:hover, nav ul li.active {
}
#playlist {
margin-left: 8px;
width: calc(100% - 8px);
margin-left: 10px;
width: calc(100% - 10px);
overflow: hidden;
}
#player{