mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 13:17:46 +00:00
style: modify visibility to opacity (#30)
Co-authored-by: wanghaobb <wanghaobb@seeyon.com>
This commit is contained in:
parent
4fcc6d2aff
commit
c3d0aeff23
1 changed files with 2 additions and 2 deletions
|
|
@ -144,7 +144,7 @@ export default {
|
||||||
.hover-play-button {
|
.hover-play-button {
|
||||||
&:hover {
|
&:hover {
|
||||||
.play-button {
|
.play-button {
|
||||||
visibility: visible;
|
opacity: 1;
|
||||||
transform: unset;
|
transform: unset;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -165,7 +165,7 @@ export default {
|
||||||
height: 208px;
|
height: 208px;
|
||||||
}
|
}
|
||||||
.play-button {
|
.play-button {
|
||||||
visibility: hidden;
|
opacity: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue