mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added exporting to spotify from zöff playlist
This commit is contained in:
@@ -114,12 +114,19 @@
|
||||
display:none;
|
||||
}
|
||||
|
||||
.not-imported{
|
||||
.not-imported, .not-exported{
|
||||
border-top: 1px solid lightgrey;
|
||||
margin-top: 15px;
|
||||
color:black;
|
||||
}
|
||||
|
||||
.not-exported-element{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.not-imported-element{
|
||||
height:60px;
|
||||
}
|
||||
@@ -131,6 +138,10 @@
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.not-exported-container .not-imported-element .extra-add-text{
|
||||
width: 215px;
|
||||
}
|
||||
|
||||
.extra-button{
|
||||
margin: 0 4px !important;
|
||||
padding: 0px !important;
|
||||
|
||||
Reference in New Issue
Block a user