right panel width reverted to 75%
This commit is contained in:
parent
627eea093f
commit
41fa7fd343
|
|
@ -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%;
|
||||
`;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user