This commit is contained in:
xds
2026-02-20 13:33:04 +03:00
parent 4136f42e70
commit ccd7f8a2df
3 changed files with 14 additions and 13 deletions

View File

@@ -326,10 +326,9 @@ 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-center mb-3 border-b border-white/5 pb-2">
<div>
<h1
class="text-lg font-bold m-0 bg-gradient-to-r from-violet-400 to-fuchsia-400 bg-clip-text text-transparent">
<header class="flex justify-between items-center gap-0 mb-3 border-b border-white/5 pb-2">
<div class="flex flex-row items-center justify-between gap-2">
<h1 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-0.5 mb-0 text-[10px] text-slate-500">Your creative sessions</p>
</div>