mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 21:58:03 +00:00
fix: move settings button from home to library
This commit is contained in:
parent
b80c509d1b
commit
09c54486cc
3 changed files with 46 additions and 19 deletions
|
|
@ -105,10 +105,18 @@ export default {
|
|||
border-radius: 7px;
|
||||
cursor: default;
|
||||
color: var(--color-text);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
&:hover {
|
||||
color: var(--color-primary);
|
||||
background: var(--color-primary-bg-for-transparent);
|
||||
}
|
||||
|
||||
.svg-icon {
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
hr {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue