File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
</script >
14
14
15
15
{#if ! hidden }
16
- <div class =" ! w-full rounded px-2 py-4 sm:px-4 sm:w-56 md:w-44 bg-surface-100 mx-auto" >
17
- <div class =" w-full overflow-ellipsis line-clamp-1 break-all mb-4" >
16
+ <div class =" w-full rounded px-2 py-4 sm:px-4 sm:w-56 md:w-44 bg-surface-100 mx-auto" >
17
+ <div class =" w-full line-clamp-2 break-all mb-4 leading -4" >
18
18
<a
19
19
class =" no-underline text-lg text-tertiary-700 font-semibold"
20
20
title ={item .desc }
23
23
</a >
24
24
</div >
25
25
<div class =" flex justify-between items-end" >
26
- <span class ="text-sm text-surface-500" >{toDuration (item .modified )}</span >
26
+ <span class ="text-sm text-surface-500 pr-2 " >{toDuration (item .modified )}</span >
27
27
<button
28
28
class =" chip variant-outline-error font-normal"
29
29
on:click ={() => (item .showModal = true )}
You can’t perform that action at this time.
0 commit comments