mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 13:17:46 +00:00
fix: bugs
This commit is contained in:
parent
379ff6ac64
commit
b1ff13a0dd
2 changed files with 4 additions and 2 deletions
|
|
@ -102,12 +102,13 @@ nav {
|
||||||
right: 10vw;
|
right: 10vw;
|
||||||
left: 10vw;
|
left: 10vw;
|
||||||
}
|
}
|
||||||
backdrop-filter: saturate(180%) blur(30px);
|
backdrop-filter: saturate(180%) blur(20px);
|
||||||
|
|
||||||
// background: var(--color-body-bg);
|
// background: var(--color-body-bg);
|
||||||
// background-color: rgba(255, 255, 255, 0.86);
|
// background-color: rgba(255, 255, 255, 0.86);
|
||||||
background-color: var(--color-navbar-bg);
|
background-color: var(--color-navbar-bg);
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
-webkit-app-region: drag;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation-buttons {
|
.navigation-buttons {
|
||||||
|
|
|
||||||
|
|
@ -45,10 +45,11 @@
|
||||||
</ButtonTwoTone>
|
</ButtonTwoTone>
|
||||||
<ButtonTwoTone
|
<ButtonTwoTone
|
||||||
v-if="accountLogin"
|
v-if="accountLogin"
|
||||||
shape="round"
|
|
||||||
:iconClass="dynamicDetail.isSub ? 'heart-solid' : 'heart'"
|
:iconClass="dynamicDetail.isSub ? 'heart-solid' : 'heart'"
|
||||||
:iconButton="true"
|
:iconButton="true"
|
||||||
:horizontalPadding="0"
|
:horizontalPadding="0"
|
||||||
|
color="grey"
|
||||||
|
:textColor="playlist.subscribed ? '#335eea' : ''"
|
||||||
@click.native="likeAlbum"
|
@click.native="likeAlbum"
|
||||||
>
|
>
|
||||||
</ButtonTwoTone>
|
</ButtonTwoTone>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue