Responsive done for computer screens

This commit is contained in:
Jason Jordan
2025-07-30 16:31:41 -04:00
parent 3bdc768714
commit 0e44bd53e6
17 changed files with 294 additions and 73 deletions
+4 -4
View File
@@ -13,13 +13,13 @@ const DashboardHeader: React.FC<DashboardHeaderProps> = ({ userDisplayName }) =>
)}>
{userDisplayName}
</div>
<div className="flex items-center">
<div className="w-full flex items-center justify-end">
<div className={classnames(
"w-full h-[6px] rounded-s bg-atmosphere z-1 -mr-[26px] 2xl:-mr-[16px]"
"w-full h-[6px] rounded-s bg-atmosphere z-1"
)}>
</div>
<div className="w-[60px] h-full flex justify-end">
<div className="w-full flex flex-col mr-[27px] justify-start z-1 bg-deepcove">
<div className="w-[60px] h-full flex justify-start flex-shrink-0">
<div className="w-[33px] flex flex-col justify-start z-1 bg-deepcove">
<div className={classnames(
"h-9 w-full -mb-[3px] relative border-b-6 border-r-6 rounded-br-4xl rounded-out-bl-4xl bg-copper border-atmosphere"
)} />