This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
spawntree
/
matsen-tool-fe
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
scrolling and logo
master
Florian Eisenmenger
2 years ago
parent
078a3c3476
commit
ee4bdc8886
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
matsen-tool/src/app/app-routing.module.ts
+1
-1
matsen-tool/src/app/app.component.html
+1
-1
matsen-tool/src/app/app.component.scss
+ 1
- 1
matsen-tool/src/app/app-routing.module.ts
View File
@@ -87,7 +87,7 @@ const routes: Routes = [
];
@NgModule({
imports: [RouterModule.forRoot(routes)],
imports: [RouterModule.forRoot(routes
, {scrollPositionRestoration: 'enabled'}
)],
exports: [RouterModule]
})
export class AppRoutingModule {
+ 1
- 1
matsen-tool/src/app/app.component.html
View File
@@ -4,7 +4,7 @@
<div class="navbar-nav">
<a class="nav-item nav-link" routerLink="/" routerLinkActive="active"
[routerLinkActiveOptions]="{exact: true}">
<img src="./assets/images/specific/matsen_logo.svg" width="2
47" height="94
"
<img src="./assets/images/specific/matsen_logo.svg" width="2
10" height="80
"
alt="{{'basic.company-name' | translate}}"/>
</a>
</div>
+ 1
- 1
matsen-tool/src/app/app.component.scss
View File
@@ -1,3 +1,3 @@
img {
width: 2
47
px;
width: 2
10
px;
}
Write
Preview
Loading…
Cancel
Save