fix whatever went wrong with the top bar

This commit is contained in:
thetek 2024-05-19 20:33:17 +02:00
parent 48fc554596
commit 885e1696d7

View File

@ -21,7 +21,7 @@ const LeftScreen = () => {
return ( return (
<div className="absolute top-0 left-0 bg-[#1E1E1E] w-[1920px] h-[1080px] hover:cursor-pointer"> <div className="absolute top-0 left-0 bg-[#1E1E1E] w-[1920px] h-[1080px] hover:cursor-pointer">
{/* Top Bar */} {/* Top Bar */}
<div className="absolute min-w-[1920px] border-2 border-b-stone-800 min-h-[100px]" /> <div className="absolute w-[1920px] bg-[#252526] h-[100px] shadow-lg shadow-[#181818]" />
{/* Maybe just render a WidgetList component? Or a ListWidget component? */} {/* Maybe just render a WidgetList component? Or a ListWidget component? */}
{Object.keys(widgets).map((widgetId) => ( {Object.keys(widgets).map((widgetId) => (