cleanup
This commit is contained in:
committed by
Jacob Overgaard
parent
193d550a56
commit
9ac9df7f08
@@ -27,7 +27,7 @@ const workspaceActions: Array<ManifestWorkspaceAction> = [
|
||||
conditions: [
|
||||
{
|
||||
alias: 'Umb.Condition.WorkspaceAlias',
|
||||
match: workspace.alias,
|
||||
match: SCRIPTS_WORKSPACE_ALIAS,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -131,7 +131,7 @@ export class UmbScriptsWorkspaceEditElement extends UmbLitElement {
|
||||
}
|
||||
|
||||
umb-code-editor {
|
||||
--editor-height: calc(100dvh - 300px);
|
||||
--editor-height: calc(100dvh - 230px);
|
||||
}
|
||||
|
||||
uui-box {
|
||||
|
||||
Reference in New Issue
Block a user