diff options
author | bob <bcz@cs.brown.edu> | 2019-04-19 16:34:32 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-04-19 16:34:32 -0400 |
commit | af6feb64510490da8d815f41ceb639d693b9eae3 (patch) | |
tree | 512fe38535fc7d158396190fd031617f5b42264a /src/client/views/globalCssVariables.scss.d.ts | |
parent | 100d23b580614d54cbda37aed898680985b79786 (diff) |
played with iconifying things in a different way. fixed some things with schemas.
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 cc77d987a..9788d31f7 100644 --- a/src/client/views/globalCssVariables.scss.d.ts +++ b/src/client/views/globalCssVariables.scss.d.ts @@ -3,6 +3,7 @@ interface IGlobalScss { contextMenuZindex: string; // context menu shows up over everything COLLECTION_BORDER_WIDTH: string; MINIMIZED_ICON_SIZE: string; + MAX_ROW_HEIGHT: string; } declare const globalCssVariables: IGlobalScss; |