mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
fix: UI improvements
This commit is contained in:
parent
6954d91907
commit
5f0828342c
3 changed files with 8 additions and 7 deletions
|
|
@ -139,11 +139,6 @@ a {
|
|||
}
|
||||
}
|
||||
|
||||
// for electron
|
||||
body.is-electron::-webkit-scrollbar {
|
||||
width: 0;
|
||||
}
|
||||
|
||||
/* Let's get this party started */
|
||||
::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
|
|
@ -152,6 +147,7 @@ body.is-electron::-webkit-scrollbar {
|
|||
::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
border-left: 1px solid rgba(128, 128, 128, 0.18);
|
||||
background: var(--color-body-bg);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue