You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/resources/assets/components/partials/placeholders/EmptyTimeline.vue

7 lines
283 B
Vue

<template>
<div class="card card-body shadow-sm mb-3" style="border-radius: 15px;">
<img src="/img/illustrations/dk-nature-man-monochrome.svg" class="img-fluid" style="max-height: 300px;opacity: 0.6;">
<p class="lead mb-0 text-center">This feed is empty</p>
</div>
</template>