mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 13:48:02 +00:00
fix: bugs
This commit is contained in:
parent
d1a080eb8f
commit
efdbee4b89
11 changed files with 80 additions and 27 deletions
|
|
@ -173,8 +173,11 @@ button {
|
|||
width: 16px;
|
||||
color: var(--color-primary);
|
||||
}
|
||||
&:hover {
|
||||
transform: scale(1.12);
|
||||
}
|
||||
&:active {
|
||||
transform: scale(0.92);
|
||||
transform: scale(0.96);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -216,8 +219,8 @@ button {
|
|||
|
||||
img {
|
||||
border-radius: 8px;
|
||||
height: 56px;
|
||||
width: 56px;
|
||||
height: 46px;
|
||||
width: 46px;
|
||||
margin-right: 20px;
|
||||
border: 1px solid rgba(0, 0, 0, 0.04);
|
||||
cursor: pointer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue