Skip to content

Commit

Permalink
fix(ChangelogDialog): fix loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Feverqwe committed Dec 22, 2023
1 parent c9837e4 commit fdf8dea
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/components/ChangelogDialog/ChangelogDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ $maxItemsHeight: 70vh;
}

&__loading {
text-align: center;
margin: var(--g-spacing-8);
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
height: 70vh;
width: 100%;
}
}

0 comments on commit fdf8dea

Please sign in to comment.