Web: Components/Files: Fixed row styles

This commit is contained in:
Alexey Kostenko 2020-10-22 10:38:43 +03:00
parent 3ff8dbca5e
commit 747bf783b8
2 changed files with 5 additions and 1 deletions

View File

@ -54,6 +54,10 @@ const sideColor = "#A3A9AE";
const { getSettings } = initStore.auth.selectors;
const SimpleFilesRowContent = styled(RowContent)`
div:first-child {
margin-left:0;
}
.badge-ext {
margin-left: -8px;
margin-right: 8px;

View File

@ -19,7 +19,7 @@ const Label = styled.label`
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
.checkbox {
margin-right: 8px;
margin-right: 12px;
}
${(props) =>