This commit is contained in:
Ylian Saint-Hilaire 2021-04-04 14:47:53 -07:00
parent 5590e98989
commit b0d3474f33
2 changed files with 27 additions and 1 deletions

View File

@ -625,15 +625,28 @@
<Folder Include="typings\globals\axios\" />
<Folder Include="typings\globals\connect-redis\" />
<Folder Include="typings\globals\cookie-session\" />
<Folder Include="typings\globals\core-js\" />
<Folder Include="typings\globals\dateformat\" />
<Folder Include="typings\globals\decimal.js\" />
<Folder Include="typings\globals\eventemitter2\" />
<Folder Include="typings\globals\express-handlebars\" />
<Folder Include="typings\globals\express-session\" />
<Folder Include="typings\globals\grunt\" />
<Folder Include="typings\globals\handlebars\" />
<Folder Include="typings\globals\he\" />
<Folder Include="typings\globals\hooker\" />
<Folder Include="typings\globals\is-plain-object\" />
<Folder Include="typings\globals\jsbn\" />
<Folder Include="typings\globals\klaw\" />
<Folder Include="typings\globals\marked\" />
<Folder Include="typings\globals\moment\" />
<Folder Include="typings\globals\node-forge\" />
<Folder Include="typings\globals\nodemailer\" />
<Folder Include="typings\globals\node\" />
<Folder Include="typings\globals\object-assign\" />
<Folder Include="typings\globals\passport\" />
<Folder Include="typings\globals\sprintf-js\" />
<Folder Include="typings\globals\type-check\" />
<Folder Include="typings\globals\uuid\" />
<Folder Include="views\" />
</ItemGroup>
@ -642,15 +655,28 @@
<TypeScriptCompile Include="typings\globals\axios\index.d.ts" />
<TypeScriptCompile Include="typings\globals\connect-redis\index.d.ts" />
<TypeScriptCompile Include="typings\globals\cookie-session\index.d.ts" />
<TypeScriptCompile Include="typings\globals\core-js\index.d.ts" />
<TypeScriptCompile Include="typings\globals\dateformat\index.d.ts" />
<TypeScriptCompile Include="typings\globals\decimal.js\index.d.ts" />
<TypeScriptCompile Include="typings\globals\eventemitter2\index.d.ts" />
<TypeScriptCompile Include="typings\globals\express-handlebars\index.d.ts" />
<TypeScriptCompile Include="typings\globals\express-session\index.d.ts" />
<TypeScriptCompile Include="typings\globals\grunt\index.d.ts" />
<TypeScriptCompile Include="typings\globals\handlebars\index.d.ts" />
<TypeScriptCompile Include="typings\globals\he\index.d.ts" />
<TypeScriptCompile Include="typings\globals\hooker\index.d.ts" />
<TypeScriptCompile Include="typings\globals\is-plain-object\index.d.ts" />
<TypeScriptCompile Include="typings\globals\jsbn\index.d.ts" />
<TypeScriptCompile Include="typings\globals\klaw\index.d.ts" />
<TypeScriptCompile Include="typings\globals\marked\index.d.ts" />
<TypeScriptCompile Include="typings\globals\moment\index.d.ts" />
<TypeScriptCompile Include="typings\globals\node-forge\index.d.ts" />
<TypeScriptCompile Include="typings\globals\nodemailer\index.d.ts" />
<TypeScriptCompile Include="typings\globals\node\index.d.ts" />
<TypeScriptCompile Include="typings\globals\object-assign\index.d.ts" />
<TypeScriptCompile Include="typings\globals\passport\index.d.ts" />
<TypeScriptCompile Include="typings\globals\sprintf-js\index.d.ts" />
<TypeScriptCompile Include="typings\globals\type-check\index.d.ts" />
<TypeScriptCompile Include="typings\globals\uuid\index.d.ts" />
<TypeScriptCompile Include="typings\index.d.ts" />
</ItemGroup>

View File

@ -2438,7 +2438,7 @@ a {
grid-area: deskarea1;
-ms-grid-column: 1;
-ms-grid-row: 1;
height: 24px;
min-height: 20px;
}