page header ux (#2475)

Closes [#1031](https://github.com/miniohq/engineering/issues/1031)
This commit is contained in:
Prakash Senthil Vel
2022-11-23 22:39:47 +05:30
committed by GitHub
parent e7da6cd651
commit 5d10197334
3 changed files with 3 additions and 4 deletions

View File

@@ -78,7 +78,7 @@ const styles = (theme: Theme) =>
},
bucketList: {
marginTop: 25,
height: "calc(100vh - 210px)",
height: "calc(100vh - 211px)",
"&.isEmbedded": {
height: "calc(100vh - 128px)",
},

View File

@@ -37,7 +37,7 @@ const styles = (theme: Theme) =>
display: "flex",
backgroundColor: "#fff",
left: 0,
boxShadow: "rgba(0,0,0,.08) 0 3px 10px",
borderBottom: "1px solid #E5E5E5",
},
label: {
display: "flex",

View File

@@ -82,7 +82,6 @@ const MenuToggle = ({ isOpen, onToggle }: MenuToggleProps) => {
width: "100%",
cursor: "pointer",
"&::after": {
width: "80%",
height: "1px",
display: "block",
content: "' '",
@@ -107,7 +106,7 @@ const MenuToggle = ({ isOpen, onToggle }: MenuToggleProps) => {
marginRight: "8px",
display: "flex",
alignItems: "center",
height: "83px",
height: "82px",
"&.mini": {
flexFlow: "column",