Web: Files: fix position of label ToggleButton in Settings

This commit is contained in:
Artem Tarasov 2021-03-19 11:18:06 +03:00
parent 9cfbc4f6a0
commit 3ab382cb5b

View File

@ -9,7 +9,7 @@ import { inject, observer } from "mobx-react";
const StyledSettings = styled.div`
display: grid;
grid-gap: 12px;
grid-gap: 19px;
.toggle-btn {
position: relative;
@ -20,8 +20,8 @@ const StyledSettings = styled.div`
margin-top: 26px;
}
.toggle-btn:first-child {
margin-top: -3px;
.toggle-button-text {
margin-top: -1px;
}
`;