mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2025-03-06 02:00:10 +08:00
Fix css and syntax
This commit is contained in:
parent
5223089dc7
commit
bccf52d34a
@ -558,6 +558,25 @@ 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 {
|
.special-playlist {
|
||||||
margin-top: 192px;
|
margin-top: 192px;
|
||||||
margin-bottom: 128px;
|
margin-bottom: 128px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user