forked from mirror/pixelfed
11 lines
389 B
Vue
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>
|