mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Merge branch 'feat/support-get-encoded-collab-event' of https://github.com/AppFlowy-IO/AppFlowy into feat/support-get-encoded-collab-event
This commit is contained in:
commit
6cb81d7b7c
@ -80,7 +80,7 @@ export function PublishView({ namespace, publishName }: PublishViewProps) {
|
|||||||
height: 'calc(100vh - 64px)',
|
height: 'calc(100vh - 64px)',
|
||||||
transform: open ? `translateX(${drawerWidth}px)` : 'none',
|
transform: open ? `translateX(${drawerWidth}px)` : 'none',
|
||||||
width: open ? `calc(100% - ${drawerWidth}px)` : '100%',
|
width: open ? `calc(100% - ${drawerWidth}px)` : '100%',
|
||||||
transition: 'width 0.2s ease-in-out 0s',
|
transition: 'width 0.2s ease-in-out, transform 0.2s ease-in-out',
|
||||||
}}
|
}}
|
||||||
className={'appflowy-layout appflowy-scroll-container'}
|
className={'appflowy-layout appflowy-scroll-container'}
|
||||||
>
|
>
|
||||||
|
@ -63,7 +63,7 @@ export function PublishViewHeader({
|
|||||||
style={{
|
style={{
|
||||||
transform: openDrawer ? `translateX(${drawerWidth}px)` : 'none',
|
transform: openDrawer ? `translateX(${drawerWidth}px)` : 'none',
|
||||||
width: openDrawer ? `calc(100% - ${drawerWidth}px)` : '100%',
|
width: openDrawer ? `calc(100% - ${drawerWidth}px)` : '100%',
|
||||||
transition: 'width 0.2s ease-in-out 0s',
|
transition: 'width 0.2s ease-in-out, transform 0.2s ease-in-out',
|
||||||
}}
|
}}
|
||||||
className={'appflowy-top-bar flex h-[48px] px-5'}
|
className={'appflowy-top-bar flex h-[48px] px-5'}
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user