Skip to content

Commit

Permalink
fix: mailbox loading icon position
Browse files Browse the repository at this point in the history
  • Loading branch information
keremsemiz committed Oct 17, 2024
1 parent 3c4caff commit c80754e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Mailbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -488,5 +488,9 @@ export default {
}
.empty-content {
height: 100%;
display: flex;
justify-content: center;
align-items: flex-end;
margin-bottom: 100px;
}
</style>

0 comments on commit c80754e

Please sign in to comment.