Added admin2 page and new workflow design

This commit is contained in:
Frikky
2024-12-02 14:39:13 +01:00
parent dee99abbbc
commit ed71bec7da
7 changed files with 429 additions and 93 deletions
+3 -2
View File
@@ -729,13 +729,14 @@ const LeftSideBar = ({ userdata, serverside, globalUrl, notifications, }) => {
display: "flex",
flexDirection: "column",
width: expandLeftNav ? 260 : 80,
height: "calc(100vh - 60px)",
borderRadius: 8,
backgroundColor: "#212121",
backgroundColor: theme.palette.backgroundColor,
position: "relative",
transition: "width 0.3s ease",
boxShadow: "0px 4px 12px rgba(0, 0, 0, 0.2)" ,
resize: 'both',
height: "calc(100vh - 32px)",
}}
>
{modalView}