Skip to content
Snippets Groups Projects
Commit 5df76611 authored by mateusz-winiarczyk's avatar mateusz-winiarczyk
Browse files

feat(plugins): adjust active plugin container size

parent c33ac4d8
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!154feat(plugins): adjust active plugin container size
......@@ -12,7 +12,7 @@ export const PluginsDrawer = (): JSX.Element => {
return (
<div
className={twMerge(
'absolute bottom-0 right-0 top-[104px] z-20 h-calc-drawer w-[432px] translate-x-full transform border border-divide bg-white-pearl text-font-500 transition-all duration-500',
'absolute bottom-0 right-0 top-[104px] z-20 flex h-calc-drawer w-[432px] translate-x-full transform flex-col border border-divide bg-white-pearl text-font-500 transition-all duration-500',
isOpen && 'translate-x-0',
)}
role={PLUGINS_DRAWER_ROLE}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment