mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-17 16:48:32 +00:00
better width calc
This commit is contained in:
parent
0d0cb3fd93
commit
c191471e1e
@ -47,8 +47,8 @@ export function VerticalPanel({ context }) {
|
|||||||
onMouseEnter={(x) => setIsHovered(true)}
|
onMouseEnter={(x) => setIsHovered(true)}
|
||||||
onMouseLeave={(x) => setIsHovered(false)}
|
onMouseLeave={(x) => setIsHovered(false)}
|
||||||
className={cx(
|
className={cx(
|
||||||
'lg:hover:min-w-[600px] lg:hover:max-w-[600px] hover:min-w-[300px] hover:max-w-[300px] ',
|
'hover:min-w-[min(600px,80vw)] hover:max-w-[min(600px,80vw)]',
|
||||||
pinned ? `lg:min-w-[600px] min-w-[300px] lg:max-w-[600px] max-w-[300px]` : 'min-w-8',
|
pinned ? `min-w-[min(600px,80vw)] max-w-[min(600px,80vw)]` : 'min-w-8',
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<div className={cx('group-hover:flex flex-col h-full', pinned ? 'flex' : 'hidden')}>
|
<div className={cx('group-hover:flex flex-col h-full', pinned ? 'flex' : 'hidden')}>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user