feat(desktop): better task tool rendering
This commit is contained in:
parent
d04a72a4ad
commit
986d12fd20
3 changed files with 167 additions and 11 deletions
|
|
@ -12,16 +12,16 @@
|
|||
/* } */
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background: var(--theme-background-panel);
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: var(--theme-border-subtle);
|
||||
background-color: var(--surface-float-base);
|
||||
border-radius: var(--radius-md);
|
||||
}
|
||||
|
||||
* {
|
||||
scrollbar-color: var(--theme-border-subtle) var(--theme-background-panel);
|
||||
scrollbar-color: var(--surface-float-base) transparent;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue