Fixed Organization branding and Creator view

This commit is contained in:
frikky
2023-03-28 19:27:40 +02:00
parent 165f6c6f86
commit d8778e3257
5 changed files with 25 additions and 552 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ const CreatorGrid = props => {
<Zoom key={index} in={true} style={{}}>
<Grid item xs={xs} style={{ padding: "12px 10px 12px 10px", }}>
<Card style={{border: "1px solid rgba(255,255,255,0.3)", minHeight: 177, maxHeight: 177,}}>
<a href={creatorUrl} rel="noopener noreferrer" target="_blank" style={{textDecoration: "none", color: "inherit",}}>
<a href={creatorUrl} rel="noopener noreferrer" target={isCloud ? "" : "_blank"} style={{textDecoration: "none", color: "inherit",}}>
<CardActionArea style={{padding: "5px 10px 5px 10px", minHeight: 177, maxHeight: 177,}}>
<CardContent sx={{ flex: '1 0 auto', minWidth: 160, maxWidth: 160, overflow: "hidden", padding: 0, }}>
<div style={{display: "flex"}}>
+2
View File
@@ -496,7 +496,9 @@ const EditWorkflow = (props) => {
setWorkflow({})
} else {
setWorkflow(innerWorkflow)
console.log("editing workflow: ", innerWorkflow)
}
setModalOpen(false)
}}
color="primary"
+1 -3
View File
@@ -143,9 +143,7 @@ const OrgHeader = (props) => {
variant="contained"
color="primary"
disabled={
userdata === undefined ||
userdata === null ||
userdata.admin !== "true"
userdata === undefined || userdata === null || userdata.admin !== "true"
}
onClick={() =>
handleEditOrg(