Final updates

This commit is contained in:
video-prize-ranch 2023-06-10 12:01:57 -04:00
parent 75e986e240
commit 67f46d7809
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,7 @@
<header class="my-8 p-8 rounded-xl flex flex-col gap-4 items-center justify-center bg-gradient-to-r from-blue-400 to-emerald-400"> <header class="my-8 p-8 rounded-xl flex flex-col gap-4 items-center justify-center bg-gradient-to-r from-blue-400 to-emerald-400">
<h2 class="font-bold text-white text-2xl">The fast, private image viewer for Imgur.</h2> <h2 class="font-bold text-white text-2xl">The fast, private image viewer for Imgur.</h2>
<input class="p-2 rounded-lg bg-slate-200 text-black w-full lg:w-1/2" type="text" placeholder="Search or paste a link"> <!--<input class="p-2 rounded-lg bg-slate-200 text-black w-full lg:w-1/2" type="text" placeholder="Search or paste a link">-->
</header> </header>
<main class="my-8"> <main class="my-8">

View File

@ -90,7 +90,6 @@
<section> <section>
{{#if comments}} {{#if comments}}
<div> <div>
<hr>
<input id="comments__expandBtn" type="checkbox" checked> <input id="comments__expandBtn" type="checkbox" checked>
<label class="comments__expandBtn__label my-2 py-4 border-solid border-t-2 border-slate-400" for="comments__expandBtn"> <label class="comments__expandBtn__label my-2 py-4 border-solid border-t-2 border-slate-400" for="comments__expandBtn">
<h3 class="text-xl font-bold">Comments ({{post.Comments}})</h3> <h3 class="text-xl font-bold">Comments ({{post.Comments}})</h3>