Replace Comment System #4

Merged
w33b merged 20 commits from comment-system into main 2026-01-10 21:16:56 +00:00
Showing only changes of commit 3259e2197b - Show all commits

View File

@@ -30,7 +30,7 @@
src="{{ $episode->cover_url }}"></img> src="{{ $episode->cover_url }}"></img>
</a> </a>
</div> </div>
<div class="w-[60vw] pt-4"> <div class="w-[60vw] pt-4 bg-neutral-100 dark:bg-neutral-800 rounded-lg pl-4">
@include('partials.comment', ['comment' => $comment]) @include('partials.comment', ['comment' => $comment])
</div> </div>
</div> </div>
@@ -59,7 +59,7 @@
src="{{ $hentai->episodes->first()->cover_url }}"></img> src="{{ $hentai->episodes->first()->cover_url }}"></img>
</a> </a>
</div> </div>
<div class="w-[60vw]"> <div class="w-[60vw] pt-4 bg-neutral-100 dark:bg-neutral-800 rounded-lg pl-4">
@include('partials.comment', ['comment' => $comment]) @include('partials.comment', ['comment' => $comment])
</div> </div>
</div> </div>