fix(layout): minor layout css fixes

This commit is contained in:
Maintainer Bruno
2025-06-27 13:00:52 +05:30
parent 6349e9b816
commit 47e420dec1
5 changed files with 14 additions and 9 deletions

View File

@@ -32,17 +32,25 @@ const StyledWrapper = styled.div`
}
&.vertical-layout {
.request-pane {
padding-bottom: 0.5rem;
}
.response-pane {
padding-top: 0.5rem;
}
div.dragbar-wrapper {
width: 100%;
height: 10px;
cursor: row-resize;
padding: 0 1rem;
div.dragbar-handle {
width: 100%;
height: 1px;
border-left: none;
border-top: solid 1px ${(props) => props.theme.requestTabPanel.dragbar.border};
margin-top: 0.5rem;
}
&:hover div.dragbar-handle {