diff options
| author | Fawn <fangrui_tong@brown.edu> | 2019-04-22 00:09:25 -0400 |
|---|---|---|
| committer | Fawn <fangrui_tong@brown.edu> | 2019-04-22 00:09:25 -0400 |
| commit | 97dcec0e5ac07deb9af9acb16948cc6678778cba (patch) | |
| tree | 74dd3d2bd938a5ab5b3bb082a8fc2846eefa5999 /src/client/views/globalCssVariables.scss | |
| parent | e794b4b38e8ab2f4e7a79f223f9488cc845c724f (diff) | |
| parent | b63bcb791013766d5d16e4f38964499268f904c4 (diff) | |
merge
Diffstat (limited to 'src/client/views/globalCssVariables.scss')
| -rw-r--r-- | src/client/views/globalCssVariables.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/globalCssVariables.scss b/src/client/views/globalCssVariables.scss index 5c8e9c8fc..4f68b71b0 100644 --- a/src/client/views/globalCssVariables.scss +++ b/src/client/views/globalCssVariables.scss @@ -23,7 +23,11 @@ $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? $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 |
