File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
frontend/app/import/spotify Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -366,20 +366,8 @@ function SpotifyImportPageContent() {
366366
367367
368368 return (
369- < div className = "min-h-screen relative" >
370- { /* Quick gradient fade - yellow to purple like home page */ }
371- < div className = "absolute inset-0 pointer-events-none" >
372- < div
373- className = "absolute inset-0 bg-linear-to-b from-[#ecb200]/15 via-purple-900/10 to-transparent"
374- style = { { height : "35vh" } }
375- />
376- < div
377- className = "absolute inset-0 bg-[radial-gradient(ellipse_at_top_right,var(--tw-gradient-stops))] from-[#ecb200]/8 via-transparent to-transparent"
378- style = { { height : "25vh" } }
379- />
380- </ div >
381-
382- < div className = "relative max-w-3xl mx-auto px-6 py-6" >
369+ < div className = "min-h-screen" >
370+ < div className = "max-w-3xl mx-auto px-6 py-6" >
383371 { /* Header */ }
384372 < div className = "flex items-center gap-4 mb-6" >
385373 < button
You can’t perform that action at this time.
0 commit comments