diff options
author | bob <bcz@cs.brown.edu> | 2019-04-18 13:51:25 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-04-18 13:51:25 -0400 |
commit | 95dff75290edc9b13e9741eefe2bc5851a60dde6 (patch) | |
tree | b5bcb511d2efc9e68b88348241148a163d693262 /src/client/views/globalCssVariables.scss | |
parent | 0bd545674070fe90836912c7171642cf09e82696 (diff) |
fixed workspace switching exception. started to refresh minimize functionality.
Diffstat (limited to 'src/client/views/globalCssVariables.scss')
-rw-r--r-- | src/client/views/globalCssVariables.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/globalCssVariables.scss b/src/client/views/globalCssVariables.scss index 5c8e9c8fc..f154f8158 100644 --- a/src/client/views/globalCssVariables.scss +++ b/src/client/views/globalCssVariables.scss @@ -23,7 +23,9 @@ $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; :export { contextMenuZindex: $contextMenu-zindex; COLLECTION_BORDER_WIDTH: $COLLECTION_BORDER_WIDTH; + MINIMIZED_ICON_SIZE: $MINIMIZED_ICON_SIZE; }
\ No newline at end of file |