ui: reduce top padding on project page

This commit is contained in:
James 2026-03-12 02:45:44 -04:00
parent fdcc1b96e3
commit 35f6279d56
1 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,8 @@
{{end}}
{{define "content"}}
<div class="p-8" style="max-width:calc(100vw - 14rem)">
<p id="projectDesc" class="text-[#94a3b8] text-sm mb-4"></p>
<div class="px-8 pt-4 pb-8" style="max-width:calc(100vw - 14rem)">
<p id="projectDesc" class="text-[#94a3b8] text-sm mb-2"></p>
<!-- Tabs + actions on one line -->
<div class="flex items-end gap-6 border-b border-white/[0.08] mb-6">
@ -112,7 +112,7 @@
<div id="attachModal" style="display:none" class="fixed inset-0 bg-black/60 z-50 flex items-center justify-center p-4">
<div class="bg-[#0d1f3c] border border-white/[0.08] rounded-xl p-8 w-full max-w-lg">
<h2 class="text-xl font-semibold text-white mb-2">Attach Answer Document</h2>
<p id="attachReqTitle" class="text-[#94a3b8] text-sm mb-4"></p>
<p id="attachReqTitle" class="text-[#94a3b8] text-sm mb-2"></p>
<div class="mb-4">
<input type="text" id="attachSearch" placeholder="Search existing documents..."
class="w-full px-4 py-2.5 bg-[#0a1628] border border-white/[0.08] rounded-lg text-white text-sm focus:outline-none focus:border-[#c9a84c]"