From 33a6f17c7fcc0549c4e0e8cfaae7d0c0b11ced76 Mon Sep 17 00:00:00 2001 From: bobzel Date: Mon, 31 Aug 2020 12:03:19 -0400 Subject: major overhaul of mainView --- src/client/views/globalCssVariables.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/client/views/globalCssVariables.scss') diff --git a/src/client/views/globalCssVariables.scss b/src/client/views/globalCssVariables.scss index 70a7946ba..d0c90edcb 100644 --- a/src/client/views/globalCssVariables.scss +++ b/src/client/views/globalCssVariables.scss @@ -37,6 +37,11 @@ $COLLECTION_BORDER_WIDTH: 1; $MINIMIZED_ICON_SIZE:25; $MAX_ROW_HEIGHT: 44px; $DFLT_IMAGE_NATIVE_DIM: 900px; +$MENU_PANEL_WIDTH: 60px; +:root { + --flyoutHandleWidth: 28px; + --menuPanelWidth: 60px; +} :export { contextMenuZindex: $contextMenu-zindex; @@ -47,4 +52,5 @@ $DFLT_IMAGE_NATIVE_DIM: 900px; ANTIMODEMENU_HEIGHT: $antimodemenu-height; SEARCH_PANEL_HEIGHT: $searchpanel-height; DFLT_IMAGE_NATIVE_DIM: $DFLT_IMAGE_NATIVE_DIM; + MENU_PANEL_WIDTH: $MENU_PANEL_WIDTH; } \ No newline at end of file -- cgit v1.2.3-70-g09d2