Lint, remove drawer modal border, bump account portal
This commit is contained in:
parent
87e8b89075
commit
755ece13b6
|
@ -1 +1 @@
|
|||
Subproject commit 8c446c4ba385592127fa31755d3b64467b291882
|
||||
Subproject commit 19f7a5829f4d23cbc694136e45d94482a59a475a
|
|
@ -211,6 +211,7 @@
|
|||
width: 70vw;
|
||||
bottom: 15vh;
|
||||
height: 70vh;
|
||||
border: none;
|
||||
}
|
||||
.drawer.stacked {
|
||||
transform: translateY(calc(-1 * 1024px * (1 - var(--scale-factor))))
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import { EditorView } from "@codemirror/view"
|
||||
import { getManifest } from "@budibase/string-templates"
|
||||
import sanitizeHtml from "sanitize-html"
|
||||
import { groupBy } from "lodash"
|
||||
|
|
|
@ -225,7 +225,6 @@
|
|||
...getHelperCompletions(editorMode),
|
||||
]),
|
||||
]}
|
||||
height="100%"
|
||||
autofocus={autofocusEditor}
|
||||
placeholder="Add bindings by typing {{ or use the menu on the right"
|
||||
/>
|
||||
|
@ -242,7 +241,6 @@
|
|||
mode={EditorModes.JS}
|
||||
bind:getCaretPosition
|
||||
bind:insertAtPos
|
||||
height="100%"
|
||||
autofocus={autofocusEditor}
|
||||
placeholder="Add bindings by typing $ or use the menu on the right"
|
||||
/>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
align-items: stretch;
|
||||
padding: 9px var(--spacing-m);
|
||||
padding: 9px 10px 12px 10px;
|
||||
position: relative;
|
||||
transition: width 360ms ease-out;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue