1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

Merge pull request #398 from mjashanks/frontend_bugfixes

Frontend bugfixes from #387
This commit is contained in:
Michael Shanks 2020-06-29 14:39:05 +01:00 committed by GitHub
commit 56a7fd930b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 4 deletions

View file

@ -1,5 +1,7 @@
export default `<html>
<head>
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto+Mono">
<style>
body, html {
height: 100%!important;

View file

@ -123,7 +123,7 @@ export const margin = [
},
{
label: "Bottom",
key: "padding-bottom",
key: "margin-bottom",
control: OptionSelect,
options: [
{ label: "None", value: "0px" },
@ -352,7 +352,6 @@ export const typography = [
"Inter",
"Lucida Sans Unicode",
"Open Sans",
"Playfair",
"Roboto",
"Roboto Mono",
"Times New Roman",

View file

@ -4,6 +4,7 @@
"stylesheets": [],
"componentLibraries": ["@budibase/standard-components", "@budibase/materialdesign-components"],
"props" : {
"_id": "private-master-root",
"_component": "@budibase/standard-components/container",
"_children": [
{
@ -19,7 +20,6 @@
"_children": []
}
],
"_id": 0,
"type": "div",
"_styles": {
"active": {},

View file

@ -7,6 +7,7 @@
"favicon": "./_shared/favicon.png",
"stylesheets": [],
"props": {
"_id": "public-master-root",
"_component": "@budibase/standard-components/container",
"_children": [
{
@ -31,7 +32,6 @@
"logo": ""
}
],
"_id": 1,
"type": "div",
"_styles": {
"layout": {},

View file

@ -31,6 +31,9 @@
<link rel='stylesheet' href='/assets{{ pageStyle }}'>
{{ /if }}
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto+Mono">
<script src='/assets/clientFrontendDefinition.js'></script>
<script src='/assets/budibase-client.js'></script>