pixelfed/resources/assets/components/partials/placeholders/DirectMessagePlaceholder.vue
2023-06-11 15:16:20 -06:00

11 lines
389 B
Vue

<template>
<div class="ph-item border-0 shadow-sm p-1" style="border-radius:15px;margin-bottom: 1rem;">
<div class="ph-col-12">
<div class="ph-row align-items-center mt-0">
<div class="ph-avatar mr-3 d-flex" style="min-width: 40px;width:40px!important;height:40px!important;border-radius: 15px;"></div>
<div class="ph-col-6 big"></div>
</div>
</div>
</div>
</template>