You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2022/07/18 10:41:09 UTC

[incubator-streampipes] 01/02: [hotfix] Fix toolbar logo size

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git

commit a40c57881cdbcfdd19290b248c26849a3e7c2444
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Mon Jul 18 12:40:22 2022 +0200

    [hotfix] Fix toolbar logo size
---
 ui/src/app/core/components/toolbar/toolbar.component.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/app/core/components/toolbar/toolbar.component.html b/ui/src/app/core/components/toolbar/toolbar.component.html
index f58dd0d63..b64c19756 100644
--- a/ui/src/app/core/components/toolbar/toolbar.component.html
+++ b/ui/src/app/core/components/toolbar/toolbar.component.html
@@ -21,7 +21,7 @@
         <div fxFlex="100" fxLayout fxLayoutAlign="start center">
             <div class="md-toolbar-tools" style="height:40px;max-height:40px;" fxFlex fxLayout="row" fxLayoutAlign="start center">
                 <div style="padding:5px;border-radius:0px;margin-right:15px;position:relative;left:20px;">
-                    <img alt="icon" src="../../../../assets/img/sp/logo-navigation.png" style="height:30px;">
+                    <img alt="icon" src="../../../../assets/img/sp/logo-navigation.png" style="max-height:30px;max-width: 250px;">
                 </div>
             </div>
         <div fxFlex fxLayout fxLayoutAlign="end center" *ngIf="authenticated" style="height:100%;">