Initial implementation of Import page, project cleanup
This commit is contained in:
@ -6,11 +6,11 @@
|
||||
<Separator orientation="vertical" />
|
||||
<div class="w-fit flex-1 flex flex-col justify-between">
|
||||
<div class="w-full">
|
||||
<div class="flex items-center justify-between w-full">
|
||||
<div class="flex items-start justify-between w-full">
|
||||
<h4 class="scroll-m-20 text-xl font-semibold tracking-tight truncate max-w-[32ch]">
|
||||
{{ title }}
|
||||
</h4>
|
||||
<p class="leading-7" v-if="date">
|
||||
<p class="max-w-[16ch]" v-if="date">
|
||||
{{ date }}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user