mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
controls.scss: extract scrollbar styles
This commit is contained in:
parent
47d61f9b35
commit
40a6e7eb3a
4 changed files with 24 additions and 16 deletions
|
|
@ -62,25 +62,12 @@
|
|||
box-sizing: border-box;
|
||||
|
||||
padding: var(--inner-padding);
|
||||
|
||||
scrollbar-color: var(--main-color) var(--bg-color);
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
|
||||
.ifplayer .output .buffer:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ifplayer .output .buffer::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
}
|
||||
|
||||
.ifplayer .output .buffer::-webkit-scrollbar-thumb {
|
||||
background-color: var(--main-color);
|
||||
border: 4px solid var(--bg-color);
|
||||
border-left-width: 0px;
|
||||
}
|
||||
|
||||
.ifplayer .output .gridBuffer {
|
||||
flex-shrink: 0;
|
||||
max-height: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue