Merge branch 'dev'

This commit is contained in:
Vidocq 2021-02-24 03:11:53 +08:00
commit 970124f70d
7 changed files with 56 additions and 23 deletions

View file

@ -545,28 +545,6 @@ export default {
}
}
@media (max-width: 600px) {
.playlist-info {
width: calc(100vw - 2 * var(--main-content-padding-x));
display: block;
.cover {
display: flex;
justify-content: center;
align-items: center;
}
.info {
margin-top: 24px;
margin-left: 0;
.title {
font-size: 48px;
}
}
}
}
.special-playlist {
margin-top: 192px;
margin-bottom: 128px;