Browse Source

Yee

pull/200/head
Jip Fr 2 years ago
parent
commit
b494469b71
  1. 2
      src/video/components/popouts/PopoutUtils.tsx
  2. 2
      src/video/components/popouts/Popouts.css

2
src/video/components/popouts/PopoutUtils.tsx

@ -112,7 +112,7 @@ export function PopoutListEntryBase(props: PopoutListEntryRootTypes) {
return ( return (
<div <div
className={[ className={[
"group my-2 -mx-2 flex cursor-pointer items-center justify-between space-x-1 rounded p-2 font-semibold transition-[background-color,color] duration-150", "group -mx-2 flex cursor-pointer items-center justify-between space-x-1 rounded p-2 font-semibold transition-[background-color,color] duration-150",
hover, hover,
props.active props.active
? `${bg} active text-white outline-denim-700` ? `${bg} active text-white outline-denim-700`

2
src/video/components/popouts/Popouts.css

@ -12,4 +12,4 @@
.popout-wrapper ::-webkit-scrollbar { .popout-wrapper ::-webkit-scrollbar {
/* For some reason the styles don't get applied without the width */ /* For some reason the styles don't get applied without the width */
width: 13px; width: 13px;
} }
Loading…
Cancel
Save