Web: Files: VersionHistory: added styles

This commit is contained in:
Artem Tarasov 2020-11-11 15:19:30 +03:00
parent aa24536b44
commit 135c1d024d

View File

@ -59,10 +59,12 @@ const StyledAsidePanel = styled.div`
`;
const StyledVersionHistoryPanel = styled.div`
.header_aside-panel {
.modal-dialog-aside {
transform: translateX(${(props) => (props.visible ? "0" : "720px")});
width: 720px;
}
.aside-wrapper {
.header_aside-panel {
transform: translateX(${(props) => (props.visible ? "0" : "720px")});
width: 720px;
}
`;