Jumpbar Tweaks (#1305)
* Adjusted the detail drawer to be slightly larger. * Attempted to shorten the jump bar on smaller screens. Robbie needs to take a look at this. * Adding plex-like styling to jumpbar * style fixes * style fixes * More fixes *sigh* * fix height issue * Fixing jumpbar on mobile * viewport height fix * added --primary-color-scrollbar for overflow across the app Co-authored-by: Robbie Davis <robbie@therobbiedavis.com>
This commit is contained in:
parent
7f51ea2d0f
commit
a19f4641f4
7 changed files with 106 additions and 69 deletions
|
|
@ -67,3 +67,15 @@ label, select, .clickable {
|
|||
app-root {
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 14px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-clip: padding-box;
|
||||
background-color: var(--primary-color-scrollbar);
|
||||
border: 3px solid transparent;
|
||||
border-radius: 8px;
|
||||
min-height: 50px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue