mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +00:00
fix: some bugs
This commit is contained in:
parent
3449c02d0c
commit
e9b6a81bef
4 changed files with 13 additions and 16 deletions
|
|
@ -163,6 +163,7 @@ export default {
|
|||
filter: blur(16px) opacity(0.6);
|
||||
z-index: -1;
|
||||
height: 208px;
|
||||
transform: scale(0.98);
|
||||
}
|
||||
.play-button {
|
||||
opacity: 0;
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
<a
|
||||
href="https://github.com/qier222/YesPlayMusic"
|
||||
target="blank"
|
||||
v-if="settings.showGithubIcon"
|
||||
v-if="settings.showGithubIcon !== false"
|
||||
><svg-icon icon-class="github" class="github"
|
||||
/></a>
|
||||
<div class="search-box">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue