diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-06-24 09:52:05 -0400 | 
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-06-24 09:52:05 -0400 | 
| commit | 7e02ca22f9667d0bdb89b29da3c412ba52976fbf (patch) | |
| tree | 0b2514b29f49806c6856f88f01454da07bcb885c /src/client/views/globalCssVariables.scss.d.ts | |
| parent | 71ba25ed627be46d02878e58bd791bf817d552ad (diff) | |
fixed placement of settings panel icon & panel.  fixed layout of docked text bar.  added blockquote icon
Diffstat (limited to 'src/client/views/globalCssVariables.scss.d.ts')
| -rw-r--r-- | src/client/views/globalCssVariables.scss.d.ts | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/globalCssVariables.scss.d.ts b/src/client/views/globalCssVariables.scss.d.ts index d95cec9d8..a7ca4b300 100644 --- a/src/client/views/globalCssVariables.scss.d.ts +++ b/src/client/views/globalCssVariables.scss.d.ts @@ -5,6 +5,7 @@ interface IGlobalScss {      MINIMIZED_ICON_SIZE: string;      MAX_ROW_HEIGHT: string;      SEARCH_THUMBNAIL_SIZE: string; +    ANTIMODEMENU_HEIGHT: string;  }  declare const globalCssVariables: IGlobalScss;  | 
