feat(dev-tools-rquest-resize): dev tools details panel can be resized horizontally via a drag handle (#8234)

This commit is contained in:
sachin-thakur-bruno
2026-06-12 18:10:02 +05:30
committed by GitHub
parent e7e6cdfa51
commit db195fe302
6 changed files with 329 additions and 8 deletions

View File

@@ -4,11 +4,8 @@ const StyledWrapper = styled.div`
display: flex;
flex-direction: column;
height: 100%;
width: 100%;
background: ${(props) => props.theme.console.contentBg};
border-left: 1px solid ${(props) => props.theme.console.border};
min-width: 400px;
max-width: 600px;
width: 40%;
overflow: hidden;
.panel-header {