Skip to content

Commit

Permalink
fix: update design of post-queue
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Nov 17, 2023
1 parent 63ba498 commit 41bdc9e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/views/post-queue.tpl
Expand Up @@ -44,8 +44,13 @@
<div class="post-queue preventSlideout posts-list">
{{{ if !posts.length }}}
{{{ if !singlePost }}}
<div class="alert alert-info">
[[post-queue:no-queued-posts]]
<div class="mx-auto">
<div class="d-flex flex-column gap-3 justify-content-center text-center">
<div class="mx-auto p-4 bg-light border rounded">
<i class="text-secondary fa fa-fw fa-4x fa-seedling"></i>
</div>
[[post-queue:no-queued-posts]]
</div>
</div>
{{{ else }}}
<div class="alert alert-info d-flex align-items-md-center d-flex flex-column flex-md-row">
Expand Down

0 comments on commit 41bdc9e

Please sign in to comment.