Web:Badges Fixed margin

This commit is contained in:
Akmal Isomadinov 2023-10-20 13:14:02 +05:00
parent e5bb146ce2
commit 151345f222

View File

@ -259,13 +259,22 @@ const StyledSimpleFilesRow = styled(Row)`
`}
}
.file__badges {
.file__badges,
.room__badges,
.folder__badges {
> div {
margin-left: 0;
margin-right: 0;
}
}
.room__badges,
.folder__badges {
> div {
margin-top: 3px;
}
}
.folder__badges {
margin-top: 4px;
}
@ -304,6 +313,13 @@ const StyledSimpleFilesRow = styled(Row)`
align-items: center;
height: 100%;
}
.room__badges,
.folder__badges {
> div {
margin-top: 0px;
}
}
}
`;