From ee4bdc8886f69a4b6561f780f7d034cb690be83d Mon Sep 17 00:00:00 2001 From: Florian Eisenmenger Date: Tue, 12 Mar 2024 16:07:43 +0100 Subject: [PATCH] scrolling and logo --- matsen-tool/src/app/app-routing.module.ts | 2 +- matsen-tool/src/app/app.component.html | 2 +- matsen-tool/src/app/app.component.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/matsen-tool/src/app/app-routing.module.ts b/matsen-tool/src/app/app-routing.module.ts index 0e44151..3281c28 100644 --- a/matsen-tool/src/app/app-routing.module.ts +++ b/matsen-tool/src/app/app-routing.module.ts @@ -87,7 +87,7 @@ const routes: Routes = [ ]; @NgModule({ - imports: [RouterModule.forRoot(routes)], + imports: [RouterModule.forRoot(routes, {scrollPositionRestoration: 'enabled'})], exports: [RouterModule] }) export class AppRoutingModule { diff --git a/matsen-tool/src/app/app.component.html b/matsen-tool/src/app/app.component.html index f82217a..2656301 100644 --- a/matsen-tool/src/app/app.component.html +++ b/matsen-tool/src/app/app.component.html @@ -4,7 +4,7 @@ diff --git a/matsen-tool/src/app/app.component.scss b/matsen-tool/src/app/app.component.scss index 75feef5..7ab107b 100644 --- a/matsen-tool/src/app/app.component.scss +++ b/matsen-tool/src/app/app.component.scss @@ -1,3 +1,3 @@ img { - width: 247px; + width: 210px; }