mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-08-13 12:38:23 +00:00
flex-grow
This commit is contained in:
parent
105741ca23
commit
1c8910b338
@ -2,7 +2,7 @@
|
||||
<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="">
|
||||
<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">
|
||||
<div class="flex flex-col h-full">
|
||||
<p>{{{this.Comment}}}</p>
|
||||
<div class="flex-grow"></div>
|
||||
<div class="flex gap-2">
|
||||
|
Loading…
Reference in New Issue
Block a user