mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
New way of deleting songs on mobile
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user