1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00

Lint, remove drawer modal border, bump account portal

This commit is contained in:
Andrew Kingston 2024-02-29 19:40:21 +00:00
parent 87e8b89075
commit 755ece13b6
5 changed files with 3 additions and 5 deletions

@ -1 +1 @@
Subproject commit 8c446c4ba385592127fa31755d3b64467b291882 Subproject commit 19f7a5829f4d23cbc694136e45d94482a59a475a

View file

@ -211,6 +211,7 @@
width: 70vw; width: 70vw;
bottom: 15vh; bottom: 15vh;
height: 70vh; height: 70vh;
border: none;
} }
.drawer.stacked { .drawer.stacked {
transform: translateY(calc(-1 * 1024px * (1 - var(--scale-factor)))) transform: translateY(calc(-1 * 1024px * (1 - var(--scale-factor))))

View file

@ -1,4 +1,3 @@
import { EditorView } from "@codemirror/view"
import { getManifest } from "@budibase/string-templates" import { getManifest } from "@budibase/string-templates"
import sanitizeHtml from "sanitize-html" import sanitizeHtml from "sanitize-html"
import { groupBy } from "lodash" import { groupBy } from "lodash"

View file

@ -225,7 +225,6 @@
...getHelperCompletions(editorMode), ...getHelperCompletions(editorMode),
]), ]),
]} ]}
height="100%"
autofocus={autofocusEditor} autofocus={autofocusEditor}
placeholder="Add bindings by typing {{ or use the menu on the right" placeholder="Add bindings by typing {{ or use the menu on the right"
/> />
@ -242,7 +241,6 @@
mode={EditorModes.JS} mode={EditorModes.JS}
bind:getCaretPosition bind:getCaretPosition
bind:insertAtPos bind:insertAtPos
height="100%"
autofocus={autofocusEditor} autofocus={autofocusEditor}
placeholder="Add bindings by typing $ or use the menu on the right" placeholder="Add bindings by typing $ or use the menu on the right"
/> />

View file

@ -33,7 +33,7 @@
flex-direction: column; flex-direction: column;
justify-content: flex-start; justify-content: flex-start;
align-items: stretch; align-items: stretch;
padding: 9px var(--spacing-m); padding: 9px 10px 12px 10px;
position: relative; position: relative;
transition: width 360ms ease-out; transition: width 360ms ease-out;
} }