diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-08-12 22:14:37 +0530 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-08-12 22:14:37 +0530 |
commit | 56ae02ffc13d69f6e79f327ea99d154f03e0fd34 (patch) | |
tree | d3f9b89b33d216c4ca5d9b522b93b7b2831a5520 /src/client/views/globalCssVariables.scss.d.ts | |
parent | c01cb1dcda454a80555d2ae041800ef3bd261d81 (diff) | |
parent | e976cf57176b5ba8d758ccfd63d443c291781b4f (diff) |
merged
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 a7ca4b300..fd1f60f13 100644 --- a/src/client/views/globalCssVariables.scss.d.ts +++ b/src/client/views/globalCssVariables.scss.d.ts @@ -6,6 +6,7 @@ interface IGlobalScss { MAX_ROW_HEIGHT: string; SEARCH_THUMBNAIL_SIZE: string; ANTIMODEMENU_HEIGHT: string; + SEARCH_PANEL_HEIGHT: string; } declare const globalCssVariables: IGlobalScss; |