Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -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 | ... | ... |