Commit ddb20696 authored by Isaac's avatar Isaac

Update appbar logo width

parent a0a54dee
......@@ -21,7 +21,7 @@ export class TopBarComponent implements OnInit, OnDestroy {
private routeHelper: RouteHelper;
logoLinkOptions = new LogoLinkOptions(true);
logoStyle = {
width: '96px',
width: '170px',
marginRight: '16px'
} as any;
......@@ -34,7 +34,7 @@ export class TopBarComponent implements OnInit, OnDestroy {
this.routeHelper = new RouteHelper(activatedRoute);
if (this.languageService.langDirection === 'rtl') {
this.logoStyle = {
width: '96px',
width: '170px',
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