mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-07-20 09:58:23 +00:00
done?
This commit is contained in:
parent
09e51174a0
commit
105741ca23
@ -1,18 +1,10 @@
|
|||||||
<a href="{{Post.Link}}">
|
<a href="{{Post.Link}}">
|
||||||
<div class="sm:grid gap-4 w-full" style="grid-template-columns: 120px 1fr;">
|
<div class="sm:grid gap-4 w-full" style="grid-template-columns: 120px 1fr;">
|
||||||
<img class="object-cover block w-full h-[300px] sm:w-[120px] sm:h-[140px] rounded-lg rounded-b-none sm:rounded-b-lg" src="{{this.Post.Cover.Url}}" alt="">
|
<img class="object-cover block w-full h-[300px] sm:w-[120px] sm:h-[140px] rounded-lg rounded-b-none sm:rounded-b-lg" src="{{this.Post.Cover.Url}}" alt="">
|
||||||
<div class="flex flex-col gap-2 bg-slate-600 p-4 rounded-lg rounded-t-none sm:rounded-t-lg" w-full">
|
<div class="flex flex-col gap-2 bg-slate-600 p-4 rounded-lg rounded-t-none sm:rounded-t-lg w-full">
|
||||||
<div class="flex gap-2 items-center">
|
<div class="flex flex-col">
|
||||||
{{#noteq this.User.Username "[deleted]"}}
|
|
||||||
<img src="{{this.User.Avatar}}" class="rounded-full" width="24" height="24" loading="lazy">
|
|
||||||
<p class="whitespace-nowrap text-ellipsis overflow-hidden"><b>{{this.User.Username}}</b></p>
|
|
||||||
{{/noteq}}
|
|
||||||
{{#equal this.User.Username "[deleted]"}}
|
|
||||||
<p class="whitespace-nowrap text-ellipsis overflow-hidden"><b>[deleted]</b></p>
|
|
||||||
{{/equal}}
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<p>{{{this.Comment}}}</p>
|
<p>{{{this.Comment}}}</p>
|
||||||
|
<div class="flex-grow"></div>
|
||||||
<div class="flex gap-2">
|
<div class="flex gap-2">
|
||||||
<span title="{{this.CreatedAt}}">{{this.RelTime}}</span>
|
<span title="{{this.CreatedAt}}">{{this.RelTime}}</span>
|
||||||
{{#if this.DeletedAt}}
|
{{#if this.DeletedAt}}
|
||||||
|
Loading…
Reference in New Issue
Block a user