mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
rewrite home page, add useBasicSearch
This commit is contained in:
@@ -52,10 +52,11 @@ const useStyles = makeStyles((theme) =>
|
||||
margin: 1,
|
||||
},
|
||||
|
||||
"& .tox-toolbar-overlord, & .tox-edit-area__iframe, & .tox-toolbar__primary": {
|
||||
background: "transparent",
|
||||
borderRadius: (theme.shape.borderRadius as number) - 1,
|
||||
},
|
||||
"& .tox-toolbar-overlord, & .tox-edit-area__iframe, & .tox-toolbar__primary":
|
||||
{
|
||||
background: "transparent",
|
||||
borderRadius: (theme.shape.borderRadius as number) - 1,
|
||||
},
|
||||
|
||||
"& .tox-toolbar__primary": { padding: theme.spacing(0.5, 0) },
|
||||
"& .tox-toolbar__group": {
|
||||
|
||||
Reference in New Issue
Block a user