|
@@ -318,7 +318,7 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
.thumbnail-and-info {
|
|
.thumbnail-and-info {
|
|
- width: calc(100% - 90px);
|
|
|
|
|
|
+ min-width: 0;
|
|
}
|
|
}
|
|
|
|
|
|
.thumbnail {
|
|
.thumbnail {
|
|
@@ -333,7 +333,7 @@ export default {
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
margin-left: 20px;
|
|
margin-left: 20px;
|
|
- width: calc(100% - 10px);
|
|
|
|
|
|
+ min-width: 0;
|
|
|
|
|
|
*:not(i) {
|
|
*:not(i) {
|
|
margin: 0;
|
|
margin: 0;
|
|
@@ -369,9 +369,5 @@ export default {
|
|
.edit-icon {
|
|
.edit-icon {
|
|
color: var(--primary-color);
|
|
color: var(--primary-color);
|
|
}
|
|
}
|
|
-
|
|
|
|
- &.with-duration .song-info {
|
|
|
|
- width: calc(100% - 80px);
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|