mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-18 08:02:12 +00:00
make speed popout smaller
This commit is contained in:
parent
4f52cd2ba2
commit
dacff177ec
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ export function SpeedChangedPopout() {
|
|||
show={showSpeedIndicator && currentOverlay === "speed"}
|
||||
className="absolute inset-x-0 top-4 flex justify-center pointer-events-none"
|
||||
>
|
||||
<Flare.Base className="hover:flare-enabled pointer-events-auto bg-video-context-background pl-4 pr-6 py-3 group w-72 h-full rounded-lg transition-colors text-video-context-type-main">
|
||||
<Flare.Base className="hover:flare-enabled pointer-events-auto bg-video-context-background pl-4 pr-6 py-3 group w-20 h-full rounded-lg transition-colors text-video-context-type-main">
|
||||
<Flare.Light
|
||||
enabled
|
||||
flareSize={200}
|
||||
|
|
|
|||
Loading…
Reference in a new issue