mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
fix: bugs
This commit is contained in:
parent
7efe109c83
commit
752d7cb482
7 changed files with 20 additions and 9 deletions
|
|
@ -313,6 +313,7 @@ nav {
|
|||
padding: 6px 10px;
|
||||
color: var(--color-text);
|
||||
transition: 0.2s;
|
||||
-webkit-user-drag: none;
|
||||
margin: {
|
||||
right: 12px;
|
||||
left: 12px;
|
||||
|
|
@ -404,6 +405,8 @@ nav {
|
|||
vertical-align: -7px;
|
||||
border-radius: 50%;
|
||||
cursor: pointer;
|
||||
-webkit-app-region: no-drag;
|
||||
-webkit-user-drag: none;
|
||||
&:hover {
|
||||
filter: brightness(80%);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue