Make full recordings view usable on mobile (#10134)

* adapt timeline to mobile

* remove unused

* tweaks

* pointer cursor on segments

* make full recordings view look better on mobile

* explicitly set timeline width for md

* button positioning
This commit is contained in:
Josh Hawkins
2024-02-28 09:57:56 -06:00
committed by GitHub
parent a978adc5a9
commit dce4e3fb0b
2 changed files with 4 additions and 4 deletions

View File

@@ -238,7 +238,7 @@ export function EventSegment({
}
}, [showMinimap, isFirstSegmentInMinimap, events, segmentDuration]);
const segmentClasses = `h-2 relative w-[55px] md:w-[100px] ${
const segmentClasses = `h-2 relative w-full ${
showMinimap
? isInMinimapRange
? "bg-card"