fix: improvements

This commit is contained in:
qier222 2020-11-04 23:30:42 +08:00
parent 2e0b18d217
commit 6a47e0cb40
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
3 changed files with 23 additions and 5 deletions

View file

@ -9,7 +9,11 @@
:size="288"
/>
<div class="info">
<div class="title">{{ playlist.name }}</div>
<div class="title"
><span class="lock-icon" v-if="playlist.privacy === 10">
<svg-icon icon-class="lock" /></span
>{{ playlist.name }}</div
>
<div class="artist">
Playlist by
<span
@ -229,6 +233,16 @@ export default {
font-size: 36px;
font-weight: 700;
color: var(--color-text);
.lock-icon {
opacity: 0.28;
color: var(--color-text);
margin-right: 8px;
.svg-icon {
height: 26px;
width: 26px;
}
}
}
.artist {
font-size: 18px;