fix: mobile adjustments
This commit is contained in:
@@ -193,9 +193,6 @@ const RightContainer = styled("a")`
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 0px 8px;
|
padding: 0px 8px;
|
||||||
gap: 4px;
|
gap: 4px;
|
||||||
@media (max-width: 769px) {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const LogoLink = styled("div")`
|
const LogoLink = styled("div")`
|
||||||
@@ -215,6 +212,9 @@ const LogoLink = styled("div")`
|
|||||||
transition: "all 0.2s";
|
transition: "all 0.2s";
|
||||||
outline: 1px solid ${theme.palette.grey["200"]};
|
outline: 1px solid ${theme.palette.grey["200"]};
|
||||||
}
|
}
|
||||||
|
@media (max-width: 769px) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export default SheetTabBar;
|
export default SheetTabBar;
|
||||||
|
|||||||
@@ -210,7 +210,8 @@ const WorkbookSettingsDialog = (properties: WorkbookSettingsDialogProps) => {
|
|||||||
const StyledDialog = styled(Dialog)`
|
const StyledDialog = styled(Dialog)`
|
||||||
& .MuiPaper-root {
|
& .MuiPaper-root {
|
||||||
max-width: 320px;
|
max-width: 320px;
|
||||||
min-width: 320px;
|
width: 320px;
|
||||||
|
min-width: 280px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user