Web:Files:Panels: remove margin-right for upload panel header

This commit is contained in:
Timofey Boyko 2022-05-05 11:25:57 +03:00
parent e8da40d3e4
commit 86b12f4381

View File

@ -235,6 +235,10 @@ const StyledContent = styled.div`
background-color: ${(props) =>
props.theme.filesPanels.content.backgroundColor};
.upload-panel_header-content {
margin-right: 0 !important;
}
.header_aside-panel-header {
max-width: 500px;
margin: 0 0 0 16px;