Skip to content

Commit

Permalink
Merge pull request #10272 from nextcloud/keremsemiz/issue10258
Browse files Browse the repository at this point in the history
fix: loading icon position
  • Loading branch information
GretaD authored Nov 12, 2024
2 parents 72ff480 + 1a88265 commit 12fad2d
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 12fad2d

Please sign in to comment.