Skip to content

Fix streaming list drawer#99

Open
dvnotam wants to merge 1 commit intomainfrom
ST-76_fix-streaming-popup
Open

Fix streaming list drawer#99
dvnotam wants to merge 1 commit intomainfrom
ST-76_fix-streaming-popup

Conversation

@dvnotam
Copy link
Collaborator

@dvnotam dvnotam commented Nov 27, 2023

Удалил кнопку закрытия меню, поправил поведение в мобильной версии

<DrawerBody>
<Box onClick={onClose}>{children}</Box>
<DrawerContent maxW='100px'>
<DrawerHeader p={0}>{title}</DrawerHeader>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Без p=0 там есть паддинги?

<Box onClick={onClose}>{children}</Box>
<DrawerContent maxW='100px'>
<DrawerHeader p={0}>{title}</DrawerHeader>
<DrawerBody p={0}>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

И тут

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants