Commit 9b5ec2e5696d33b1234ea842bd21c240b79078e4

Authored by mdheer
1 parent e7fe89f5

logo is only shown in fullscreen

... ... @@ -51,7 +51,7 @@
51 51 fxLayoutAlign.gt-sm="start center"
52 52 fxLayoutAlign="end center" fxLayoutGap="12px" class="db-logo-and-title" >
53 53
54   - <img [fxShow]="showDashboardLogo()" [src]="dashboard_logo"
  54 + <img [fxShow]="showDashboardLogo() && isFullscreen" [src]="dashboard_logo"
55 55 aria-label="white_label_logo" class="whitelabel-logo-db"/>
56 56
57 57 <tb-states-component fxFlex.lt-md
... ...