2
0

📱 (editor) Fix editor header responsivity

Closes #1104
This commit is contained in:
Baptiste Arnaud
2024-01-12 15:07:54 +01:00
parent 1c4c058e01
commit 6d7c8112bc

View File

@@ -107,7 +107,7 @@ export const TypebotHeader = () => {
<HStack <HStack
display={['none', 'flex']} display={['none', 'flex']}
pos={{ base: 'absolute', xl: 'static' }} pos={{ base: 'absolute', xl: 'static' }}
right={{ base: 280, xl: 0 }} right={{ base: isDefined(publishedTypebot) ? 340 : 295, xl: 0 }}
> >
<Button <Button
as={Link} as={Link}