Project

General

Profile

« Previous | Next » 

Revision 60917

[Library | Trunk]: Remove height from uk-logo in navbar

View differences:

modules/uoa-services-library/trunk/ng-openaire-library/src/app/sharedComponents/navigationBar.component.html
267 267
    <img *ngIf="(mobile && header.logoSmallUrl) || (!mobile && header.logoUrl)"
268 268
         [src]="!mobile?header.logoUrl:header.logoSmallUrl"
269 269
         [alt]="header.title"
270
         class="uk-responsive-height" style="height: 70px;">
270
         class="uk-responsive-height">
271 271
    <ng-container *ngIf="(mobile && !header.logoSmallUrl) || (!mobile && !header.logoUrl)">
272 272
      <div class="multi-line-ellipsis lines-2" [style.max-width]="(!mobile)?'25vw':null" [title]="header.title">
273 273
        <p>{{header.title}}</p>
......
279 279
    <img *ngIf="(mobile && header.logoSmallUrl) || (!mobile && header.logoUrl)"
280 280
         [src]="!mobile?header.logoUrl:header.logoSmallUrl"
281 281
         [alt]="header.title"
282
         class="uk-responsive-height" style="height: 70px;">
282
         class="uk-responsive-height">
283 283
    <ng-container *ngIf="(mobile && !header.logoSmallUrl) || (!mobile && !header.logoUrl)">
284 284
      <div class="multi-line-ellipsis lines-2" [style.max-width]="(!mobile)?'25vw':null" [title]="header.title">
285 285
        <p>{{header.title}}</p>

Also available in: Unified diff