mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-01-22 05:10:01 +02:00
Improving blog UI #587
This commit is contained in:
parent
03bad354ef
commit
9ebb9d46b7
@ -1,6 +1,6 @@
|
|||||||
<ng-container *ngIf="mkObservable | async as markdowns">
|
<ng-container *ngIf="mkObservable | async as markdowns">
|
||||||
<div class="blog" *ngIf="markdowns.length > 0">
|
<div class="blog h-100" *ngIf="markdowns.length > 0">
|
||||||
<div class="card">
|
<div class="card h-100">
|
||||||
<div class="card-body" style="min-height: 77px" [style.height]="!open ? '77px':''">
|
<div class="card-body" style="min-height: 77px" [style.height]="!open ? '77px':''">
|
||||||
<ng-container *ngFor="let md of markdowns; let last = last; let first = first">
|
<ng-container *ngFor="let md of markdowns; let last = last; let first = first">
|
||||||
<ng-container *ngIf="open">
|
<ng-container *ngIf="open">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user