Commit ddb20696 authored by Isaac's avatar Isaac

Update appbar logo width

parent a0a54dee
...@@ -21,7 +21,7 @@ export class TopBarComponent implements OnInit, OnDestroy { ...@@ -21,7 +21,7 @@ export class TopBarComponent implements OnInit, OnDestroy {
private routeHelper: RouteHelper; private routeHelper: RouteHelper;
logoLinkOptions = new LogoLinkOptions(true); logoLinkOptions = new LogoLinkOptions(true);
logoStyle = { logoStyle = {
width: '96px', width: '170px',
marginRight: '16px' marginRight: '16px'
} as any; } as any;
...@@ -34,7 +34,7 @@ export class TopBarComponent implements OnInit, OnDestroy { ...@@ -34,7 +34,7 @@ export class TopBarComponent implements OnInit, OnDestroy {
this.routeHelper = new RouteHelper(activatedRoute); this.routeHelper = new RouteHelper(activatedRoute);
if (this.languageService.langDirection === 'rtl') { if (this.languageService.langDirection === 'rtl') {
this.logoStyle = { this.logoStyle = {
width: '96px', width: '170px',
marginLeft: '16px' marginLeft: '16px'
}; };
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment