right panel width reverted to 75%

This commit is contained in:
vicky_primathon.in 2020-05-22 16:22:20 +05:30
parent 627eea093f
commit 41fa7fd343

View File

@ -40,7 +40,7 @@ const DrawerWrapper = styled.div<{
showOnlySidebar?: boolean;
}>`
background-color: white;
width: ${props => (props.showOnlySidebar ? "0px" : "100%")};
width: ${props => (props.showOnlySidebar ? "0px" : "75%")};
height: 100%;
`;