Commit 84afeefe authored by Mark Harding's avatar Mark Harding
Browse files

(fix): #2097 positioning of pro logo

parent c80b3f12
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -2,7 +2,10 @@
  <ng-container *ngIf="channel">
    <div class="m-proChannel__topbar">
      <ng-container *ngIf="!channel.pro_settings.logo_guid; else customLogo">
        <minds-avatar [object]="channel"> </minds-avatar>
        <minds-avatar
          [object]="channel"
          [routerLink]="homeRouterLink"
        ></minds-avatar>
      </ng-container>
      <ng-template #customLogo>
        <img
+3 −0
Original line number Diff line number Diff line
@@ -103,6 +103,9 @@ m-pro--channel {
    minds-avatar {
      width: 90px;
      height: 90px;
      display: inline-flex;
      align-items: center;
      cursor: pointer;
    }

    .m-proChannelTopbar__logo {