Web: Files: Thumbnails: fixed position of TileCOntainer, fixed readme ThileLoader

This commit is contained in:
Artem Tarasov 2021-06-28 11:25:23 +03:00
parent 3d1a7713e3
commit ff5a165638
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Rows Loader
Component that displays tiles loader
Component that displays tile loader
### Usage

View File

@ -16,6 +16,7 @@ const StyledGridWrapper = styled.div`
padding-bottom: 24px;
padding-right: 2px;
box-sizing: border-box;
padding-left: 1px;
`;
const StyledTileContainer = styled.div`