responsive layout fixes, version in sidebar, fixed voice card height, hide player title at small widths

This commit is contained in:
Jamie Pine
2026-03-13 10:44:53 -07:00
parent 81f8be1a94
commit 509b0e71cc
8 changed files with 42 additions and 27 deletions
@@ -165,7 +165,7 @@ export function FloatingGenerateBox({
isStoriesRoute
? // Position aligned with story list: after sidebar + padding, width 360px
'left-[calc(5rem+2rem)] w-[360px]'
: 'left-[calc(5rem+2rem)] w-[calc((100%-5rem-4rem)/2-1rem)]',
: 'left-[calc(5rem+2rem)] right-8 lg:right-auto lg:w-[calc((100%-5rem-4rem)/2-1rem)]',
)}
style={{
// On stories route: offset by track editor height when visible