This commit is contained in:
xds
2026-02-20 02:02:40 +03:00
parent 741857de92
commit 489fd14903
4 changed files with 97 additions and 86 deletions

View File

@@ -320,12 +320,12 @@ const handleAssetPickerUpload = async (event) => {
<!-- Content Area (Scrollable) -->
<div class="flex-1 overflow-y-auto p-4 md:p-6 pb-48 custom-scrollbar">
<!-- Top Bar -->
<header class="flex justify-between items-end mb-4 border-b border-white/5 pb-4">
<header class="flex justify-between items-center mb-3 border-b border-white/5 pb-2">
<div>
<h1
class="text-2xl font-bold m-0 bg-gradient-to-r from-violet-400 to-fuchsia-400 bg-clip-text text-transparent">
class="text-lg font-bold m-0 bg-gradient-to-r from-violet-400 to-fuchsia-400 bg-clip-text text-transparent">
Ideas</h1>
<p class="mt-1 mb-0 text-xs text-slate-400">Your creative sessions and experiments</p>
<p class="mt-0.5 mb-0 text-[10px] text-slate-500">Your creative sessions</p>
</div>
<!-- REMOVED NEW IDEA BUTTON -->
</header>