Skip to content

Commit

Permalink
Don't show loading state so low down
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Mulholland committed Oct 14, 2022
1 parent 958e0ce commit fb04d8c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions components/mailbox/src/Mailbox.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -737,12 +737,6 @@
gap: 8px;
}
&.loading {
grid-template-rows: minmax(
auto,
calc(100vh - 16px)
); /** loading mailbox minus padding **/
}
&.empty {
grid-template-rows: 68px 33.5px minmax(auto, calc(100vh - 117.5px)); /** header, toolbar, empty mailbox (100vh) minus header, toolbar and padding **/
ul {
Expand Down

0 comments on commit fb04d8c

Please sign in to comment.