aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/globalCssVariables.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-04-19 16:35:45 -0400
committerbob <bcz@cs.brown.edu>2019-04-19 16:35:45 -0400
commit51bf82d67ad12f8ec2aadf0b3ac36273c811473b (patch)
treeb578c009635e40be2b370b5349a76ec97234f2b5 /src/client/views/globalCssVariables.scss
parent5ce44593a1edb4de4254f8fc7e323ae1d9f9e896 (diff)
parentaf6feb64510490da8d815f41ceb639d693b9eae3 (diff)
Merge branch 'master' into leftbuttondominant
Diffstat (limited to 'src/client/views/globalCssVariables.scss')
-rw-r--r--src/client/views/globalCssVariables.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/globalCssVariables.scss b/src/client/views/globalCssVariables.scss
index f154f8158..4f68b71b0 100644
--- a/src/client/views/globalCssVariables.scss
+++ b/src/client/views/globalCssVariables.scss
@@ -24,8 +24,10 @@ $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?
$COLLECTION_BORDER_WIDTH: 1;
$MINIMIZED_ICON_SIZE:25;
+$MAX_ROW_HEIGHT: 44px;
:export {
contextMenuZindex: $contextMenu-zindex;
COLLECTION_BORDER_WIDTH: $COLLECTION_BORDER_WIDTH;
MINIMIZED_ICON_SIZE: $MINIMIZED_ICON_SIZE;
+ MAX_ROW_HEIGHT: $MAX_ROW_HEIGHT;
} \ No newline at end of file