fixed InfoPanel/Groups loader positioning

This commit is contained in:
namushka 2024-05-28 01:29:15 +03:00
parent cbce0b53b7
commit ba7e1cb53c
No known key found for this signature in database

View File

@ -251,6 +251,7 @@ export const StyledSeveralItemsLoader = styled.div`
export const StyledGroupsLoader = styled.div`
width: 100%;
padding-top: 128px;
display: flex;
flex-direction: column;
justify-content: center;