Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
fix: dynamic heights
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Mollik <[email protected]>
  • Loading branch information
cre8 committed Jul 17, 2024
1 parent 2d56098 commit bbd28ca
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 46 deletions.
26 changes: 13 additions & 13 deletions viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"@ngbracket/ngx-layout": "^17.0.1",
"marked": "12.0.2",
"ngx-markdown": "^18.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"rxjs": "~7.8.1",
"tslib": "^2.6.3",
"xlsx": "^0.18.5",
"zone.js": "~0.14.3"
"zone.js": "~0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.1.0",
Expand All @@ -48,20 +48,20 @@
"@angular-eslint/template-parser": "18.1.0",
"@angular/cli": "~18.1.0",
"@angular/compiler-cli": "^18.1.0",
"@types/jasmine": "~4.3.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"ajv": "^8.12.0",
"autoprefixer": "^10.4.14",
"@types/jasmine": "~4.3.6",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"ajv": "^8.17.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
"jasmine-core": "~4.6.1",
"karma": "~6.4.3",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"nodemon": "^3.0.1",
"postcss": "^8.4.24",
"nodemon": "^3.1.4",
"postcss": "^8.4.39",
"replace-in-file": "^8.1.0",
"typescript": "~5.5.3"
}
Expand Down
54 changes: 27 additions & 27 deletions viewer/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.container {
max-height: calc(100vh - 169px);
.container {
max-height: calc(100vh - 149px);
overflow: auto;
}

Expand All @@ -13,4 +13,4 @@

#updateDate {
padding-right: 10px;
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.container {
max-height: calc(100vh - 121px);
.container {
max-height: calc(100vh - 113px);
overflow: auto;
}

Expand All @@ -13,4 +13,4 @@

.mat-mdc-paginator {
border-top: 1px solid #E0E0E0;
}
}

0 comments on commit bbd28ca

Please sign in to comment.