fix: revert some code

This commit is contained in:
qier222 2021-03-06 17:02:06 +08:00
parent 6e57766433
commit 94ef0934a5
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
19 changed files with 54 additions and 455 deletions

View file

@ -193,7 +193,6 @@ button {
padding: 8px;
border-radius: 12px;
user-select: none;
transition: all 0.3s;
.no {
display: flex;
@ -294,11 +293,6 @@ button {
-webkit-line-clamp: 2;
overflow: hidden;
}
@media (max-width: 600px) {
.album {
flex: 0;
}
}
.time {
font-size: 16px;
width: 50px;
@ -313,6 +307,7 @@ button {
}
.track.focus {
transition: all 0.3s;
background: var(--color-secondary-bg);
}
@ -359,12 +354,6 @@ button {
justify-content: flex-end;
}
@media (max-width: 600px) {
.actions {
width: auto;
}
}
.track.playing {
background: var(--color-primary-bg);
color: var(--color-primary);