forked from mirror/pixelfed
Update NotificationCard component, fix default value
This commit is contained in:
parent
224bda1760
commit
78ad4e77d9
|
@ -86,6 +86,12 @@
|
||||||
<p class="mb-0 small font-weight-bold">0 Notifications!</p>
|
<p class="mb-0 small font-weight-bold">0 Notifications!</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div v-else class="card-body px-0 py-0" style="max-height: 240px;">
|
||||||
|
<div class="text-lighter text-center py-3">
|
||||||
|
<p class="mb-0"><i class="fas fa-inbox fa-3x"></i></p>
|
||||||
|
<p class="mb-0 small font-weight-bold">No notifications yet</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</transition>
|
</transition>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue