diff --git a/public/community.json b/public/community.json index 38936e5..52e62ae 100644 --- a/public/community.json +++ b/public/community.json @@ -208,5 +208,17 @@ "description": "able bindings and elmish helpers for https://github.com/schrodinger/fixed-data-table-2", "link": "https://github.com/Fable-Fauna/Fable.FixedDataTable", "category": "library" + }, + { + "title": "Fable.Node", + "description": "Fable bindings for node.js native modules.", + "link": "https://github.com/fable-compiler/fable-node", + "category": "library" + }, + { + "title": "Fable.ReactGoogleMaps", + "description": "Fable bindings and helpers for react-google-map. Also contains bindings for plain Google maps api.", + "link": "https://github.com/fable-compiler/Fable.ReactGoogleMaps", + "category": "library" } ] diff --git a/src/style.scss b/src/style.scss index 3a8a9f9..17e2b40 100644 --- a/src/style.scss +++ b/src/style.scss @@ -20,10 +20,13 @@ body { overflow-x: hidden; } +body { + background: $body-background; +} + .elmish-app { font-size: 1.1em; font-weight: 200; - background: $body-background; height: 100%; display: flex; flex-direction: column;