refactor: 右侧面板移动端满宽度

pull/13/head
moonrailgun 4 years ago
parent 05251d9a68
commit e1bb00e917

@ -57,7 +57,7 @@ export const GroupPanelWrapper: React.FC<GroupPanelWrapperProps> = React.memo(
className={clsx(
'transition-all overflow-hidden border-l border-black border-opacity-20',
{
'w-96': rightPanel,
'w-96 mobile:w-full': rightPanel,
'w-0': !rightPanel,
}
)}

Loading…
Cancel
Save