Skip to content

Commit

Permalink
fix(app): Overview page not scrolling
Browse files Browse the repository at this point in the history
fix #997
  • Loading branch information
vogloblinsky committed Oct 16, 2020
1 parent 80c5ef8 commit fe9cd04
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 134 deletions.
5 changes: 0 additions & 5 deletions src/app/engines/html.engine.ts
Expand Up @@ -29,19 +29,14 @@ export class HtmlEngine {
'markdown',
'modules',
'module',
'components',
'component',
'controller',
'component-detail',
'directives',
'directive',
'injectables',
'injectable',
'interceptor',
'guard',
'pipes',
'pipe',
'classes',
'class',
'interface',
'routes',
Expand Down
55 changes: 22 additions & 33 deletions src/resources/styles/compodoc.css
Expand Up @@ -15,14 +15,10 @@ body {
/* IE9 Compat Modes */
src: local('Roboto Light'), local('Roboto-Light'),
url('../fonts/roboto-v15-latin-300.eot?#iefix') format('embedded-opentype'),
/* IE6-IE8 */
url('../fonts/roboto-v15-latin-300.woff2') format('woff2'),
/* Super Modern Browsers */
url('../fonts/roboto-v15-latin-300.woff') format('woff'),
/* Modern Browsers */
url('../fonts/roboto-v15-latin-300.ttf') format('truetype'),
/* Safari, Android, iOS */
url('../fonts/roboto-v15-latin-300.svg#Roboto') format('svg');
/* IE6-IE8 */ url('../fonts/roboto-v15-latin-300.woff2') format('woff2'),
/* Super Modern Browsers */ url('../fonts/roboto-v15-latin-300.woff') format('woff'),
/* Modern Browsers */ url('../fonts/roboto-v15-latin-300.ttf') format('truetype'),
/* Safari, Android, iOS */ url('../fonts/roboto-v15-latin-300.svg#Roboto') format('svg');
/* Legacy iOS */
}

Expand All @@ -36,14 +32,10 @@ body {
/* IE9 Compat Modes */
src: local('Roboto'), local('Roboto-Regular'),
url('../fonts/roboto-v15-latin-regular.eot?#iefix') format('embedded-opentype'),
/* IE6-IE8 */
url('../fonts/roboto-v15-latin-regular.woff2') format('woff2'),
/* Super Modern Browsers */
url('../fonts/roboto-v15-latin-regular.woff') format('woff'),
/* Modern Browsers */
url('../fonts/roboto-v15-latin-regular.ttf') format('truetype'),
/* Safari, Android, iOS */
url('../fonts/roboto-v15-latin-regular.svg#Roboto') format('svg');
/* IE6-IE8 */ url('../fonts/roboto-v15-latin-regular.woff2') format('woff2'),
/* Super Modern Browsers */ url('../fonts/roboto-v15-latin-regular.woff') format('woff'),
/* Modern Browsers */ url('../fonts/roboto-v15-latin-regular.ttf') format('truetype'),
/* Safari, Android, iOS */ url('../fonts/roboto-v15-latin-regular.svg#Roboto') format('svg');
/* Legacy iOS */
}

Expand All @@ -57,14 +49,10 @@ body {
/* IE9 Compat Modes */
src: local('Roboto Bold'), local('Roboto-Bold'),
url('../fonts/roboto-v15-latin-700.eot?#iefix') format('embedded-opentype'),
/* IE6-IE8 */
url('../fonts/roboto-v15-latin-700.woff2') format('woff2'),
/* Super Modern Browsers */
url('../fonts/roboto-v15-latin-700.woff') format('woff'),
/* Modern Browsers */
url('../fonts/roboto-v15-latin-700.ttf') format('truetype'),
/* Safari, Android, iOS */
url('../fonts/roboto-v15-latin-700.svg#Roboto') format('svg');
/* IE6-IE8 */ url('../fonts/roboto-v15-latin-700.woff2') format('woff2'),
/* Super Modern Browsers */ url('../fonts/roboto-v15-latin-700.woff') format('woff'),
/* Modern Browsers */ url('../fonts/roboto-v15-latin-700.ttf') format('truetype'),
/* Safari, Android, iOS */ url('../fonts/roboto-v15-latin-700.svg#Roboto') format('svg');
/* Legacy iOS */
}

Expand Down Expand Up @@ -128,8 +116,9 @@ a[href] {
padding: 0;
}

.container-fluid.overview {
.tab-content.overview {
margin-top: 50px;
margin-left: 15px;
}

.container-fluid.modules,
Expand Down Expand Up @@ -200,11 +189,11 @@ a[href] {
padding: 15px 30px;
}

.content>h1:first-of-type {
.content > h1:first-of-type {
margin-top: 15px;
}

.content>h3:first-of-type {
.content > h3:first-of-type {
margin-top: 5px;
}

Expand Down Expand Up @@ -275,8 +264,8 @@ a[href] {
padding: 0px;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
border-top: 0;
}

Expand Down Expand Up @@ -380,7 +369,7 @@ a[href] {
border-bottom: none;
}

.menu .panel-group .panel-heading+.panel-collapse>.panel-body {
.menu .panel-group .panel-heading + .panel-collapse > .panel-body {
border-top: none;
overflow-y: auto;
max-height: 350px;
Expand All @@ -390,7 +379,7 @@ a[href] {
border-bottom: 1px solid #ddd;
}

.panel-group .panel+.panel {
.panel-group .panel + .panel {
margin-top: 0;
}

Expand Down Expand Up @@ -669,8 +658,8 @@ i {
background: #fafafa;
}

thead.coverage-header>tr>td,
thead.coverage-header>tr>th {
thead.coverage-header > tr > td,
thead.coverage-header > tr > th {
border-bottom-width: 0;
}

Expand Down
19 changes: 0 additions & 19 deletions src/templates/partials/classes.hbs

This file was deleted.

19 changes: 0 additions & 19 deletions src/templates/partials/components.hbs

This file was deleted.

19 changes: 0 additions & 19 deletions src/templates/partials/directives.hbs

This file was deleted.

19 changes: 0 additions & 19 deletions src/templates/partials/injectables.hbs

This file was deleted.

2 changes: 1 addition & 1 deletion src/templates/partials/overview.hbs
Expand Up @@ -14,7 +14,7 @@
</div>
</div>
{{/if}} {{/unless}} {{/unless}}
<div class="container-fluid overview">
<div class="tab-content overview">
<div class="row">
{{#if modules}}
<div class="col-sm-3">
Expand Down
19 changes: 0 additions & 19 deletions src/templates/partials/pipes.hbs

This file was deleted.

0 comments on commit fe9cd04

Please sign in to comment.