mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-07 18:15:35 +00:00
Improved how importing from spotify works
This commit is contained in:
@@ -14,6 +14,38 @@
|
||||
display:none;
|
||||
}
|
||||
|
||||
.not-imported{
|
||||
border-top: 1px solid lightgrey;
|
||||
margin-top: 15px;
|
||||
color:black;
|
||||
}
|
||||
|
||||
.not-imported-element{
|
||||
height:60px;
|
||||
}
|
||||
|
||||
.extra-add-text{
|
||||
width: 165px;
|
||||
display: inline-block;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.extra-button{
|
||||
margin: 0 4px !important;
|
||||
padding: 0px !important;
|
||||
display: inline-block;
|
||||
width: 37px;
|
||||
height: 40px !important;
|
||||
line-height: 40px !important;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.search-extra{
|
||||
height: 40px !important;
|
||||
line-height: 40px !important;
|
||||
}
|
||||
|
||||
.import-spotify-auth, .import-youtube{
|
||||
color:white !important;
|
||||
height:40px !important;
|
||||
@@ -1149,7 +1181,7 @@ nav ul li:hover, nav ul li.active {
|
||||
#add-many i{ line-height: 36px !important;}
|
||||
#results{
|
||||
background-color: rgba(0,0,0,0.8);
|
||||
margin-top: -27px;
|
||||
margin-top: 0px;
|
||||
max-height: calc(100vh - 64px);
|
||||
overflow: overlay;
|
||||
overflow-x: hidden;
|
||||
|
||||
Reference in New Issue
Block a user