Merge branch 'main' into feat-bookmarks

This commit is contained in:
Mohammad S 2023-06-12 22:51:51 +05:30 committed by GitHub
commit 98eb732392
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,7 @@ const Previewer = () => {
'flex-col': dockPosition === DOCK_POSITION.BOTTOM,
'flex-row': dockPosition === DOCK_POSITION.RIGHT,
'justify-between': !isIndividualLayout,
'justify-center': isIndividualLayout,
})}
>
<div