1
0
mirror of https://github.com/barthuijgen/factorio-sites.git synced 2025-03-17 21:17:57 +02:00

Fix snap to grid element

This commit is contained in:
Bart 2021-03-13 00:30:55 +01:00
parent 94daa2c89f
commit 62d2bd963f
2 changed files with 3 additions and 4 deletions

View File

@ -38,13 +38,12 @@ const sidebarCss = css({
const SidebarRow = css({
marginTop: "1rem",
});
const sidebarCheckbox = css({
...SidebarRow,
const sidebarCheckbox = css(SidebarRow, {
display: "flex",
alignItems: "center",
p: {
marginRight: "1rem",
display: "inline-bloc",
display: "inline-block",
},
});

View File

@ -40,8 +40,8 @@
"@hookstate/core": "3.0.6",
"@prisma/client": "2.18.0",
"bbcode-to-react": "0.2.9",
"clsx": "1.1.1",
"bcrypt": "5.0.1",
"clsx": "1.1.1",
"cookie": "0.4.1",
"document-register-element": "1.14.10",
"formik": "2.2.6",