fix left side bar alignment issue

This commit is contained in:
lalitdeore
2024-11-30 22:42:19 +05:30
parent 565676f7de
commit 294840a9a0
14 changed files with 213 additions and 107 deletions
+3 -2
View File
@@ -205,7 +205,7 @@ const App = (message, props) => {
/>
}
<div style={{ minHeight: 68, maxHeight: 68, }}>
{curpath.includes("/workflows") && curpath.includes("/run") ?
<div style={{ height: 60, }} />
:
@@ -214,6 +214,7 @@ const App = (message, props) => {
<LeftSideBar userdata={userdata} globalUrl={globalUrl} serverside={false} notifications={notifications} />
</div>
:
<div style={{ minHeight: 68, maxHeight: 68, }}>
<Header
billingInfo={{}}
@@ -234,8 +235,8 @@ const App = (message, props) => {
{...props}
/>
</div>
}
</div>
{/*
<div style={{ height: 60 }} />