aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/global/globalCssVariables.module.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-03-01 08:23:06 -0500
committerbobzel <zzzman@gmail.com>2024-03-01 08:23:06 -0500
commit25474b83f908732b2618cb7110f1e410030f9280 (patch)
treea942453765eb876ffaa3899d623fa77e13a196b4 /src/client/views/global/globalCssVariables.module.scss
parent4e837a73f5fae06368416f99c047d78f6b94565b (diff)
parent3179048be75fb7662fc472249798b2d103dc5544 (diff)
Merge branch 'master' into info-ui-observable
Diffstat (limited to 'src/client/views/global/globalCssVariables.module.scss')
-rw-r--r--src/client/views/global/globalCssVariables.module.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/global/globalCssVariables.module.scss b/src/client/views/global/globalCssVariables.module.scss
index 44e8efe23..ad0c5c21d 100644
--- a/src/client/views/global/globalCssVariables.module.scss
+++ b/src/client/views/global/globalCssVariables.module.scss
@@ -64,6 +64,7 @@ $mainTextInput-zindex: 999; // then text input overlay so that it's context menu
$docDecorations-zindex: 998; // then doc decorations appear over everything else
$remoteCursors-zindex: 997; // ... not sure what level the remote cursors should go -- is this right?
$SCHEMA_DIVIDER_WIDTH: 4;
+$SCHEMA_NEW_NODE_HEIGHT: 30;
$MINIMIZED_ICON_SIZE: 24;
$MAX_ROW_HEIGHT: 44px;
$DFLT_IMAGE_NATIVE_DIM: 900px;
@@ -78,6 +79,7 @@ $DATA_VIZ_TABLE_ROW_HEIGHT: 30;
:export {
contextMenuZindex: $contextMenu-zindex;
+ SCHEMA_NEW_NODE_HEIGHT: $SCHEMA_NEW_NODE_HEIGHT;
SCHEMA_DIVIDER_WIDTH: $SCHEMA_DIVIDER_WIDTH;
MINIMIZED_ICON_SIZE: $MINIMIZED_ICON_SIZE;
MAX_ROW_HEIGHT: $MAX_ROW_HEIGHT;