mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
Rounding faces #587
This commit is contained in:
parent
26421c38c1
commit
1890ef308b
@ -10,7 +10,7 @@
|
|||||||
*ngIf="thumbnail && thumbnail.Available"
|
*ngIf="thumbnail && thumbnail.Available"
|
||||||
[style.background-image]="getSanitizedThUrl()"></div>
|
[style.background-image]="getSanitizedThUrl()"></div>
|
||||||
|
|
||||||
<span *ngIf="!thumbnail || !thumbnail.Available" class="oi oi-folder no-image rounded"
|
<span *ngIf="!thumbnail || !thumbnail.Available" class="oi oi-folder no-image"
|
||||||
aria-hidden="true">
|
aria-hidden="true">
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
@ -25,7 +25,7 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.photo-container {
|
.photo-container {
|
||||||
border: 2px solid #333;
|
border: 1px solid #333;
|
||||||
width: 180px;
|
width: 180px;
|
||||||
height: 180px;
|
height: 180px;
|
||||||
background-color: #bbbbbb;
|
background-color: #bbbbbb;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
style="display: inline-block;">
|
style="display: inline-block;">
|
||||||
|
|
||||||
|
|
||||||
<div class="photo-container"
|
<div class="photo-container rounded overflow-hidden"
|
||||||
[style.width.px]="size"
|
[style.width.px]="size"
|
||||||
[style.height.px]="size">
|
[style.height.px]="size">
|
||||||
|
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<!--Info box -->
|
<!--Info box -->
|
||||||
<div class="info">
|
<div class="info rounded-bottom">
|
||||||
<span (click)="CanUpdate && toggleFavourite($event)"
|
<span (click)="CanUpdate && toggleFavourite($event)"
|
||||||
class="star oi oi-star"
|
class="star oi oi-star"
|
||||||
[ngClass]="{'favourite':person.isFavourite, 'clickable':CanUpdate}"></span>
|
[ngClass]="{'favourite':person.isFavourite, 'clickable':CanUpdate}"></span>
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*ngIf="thumbnail && thumbnail.Available"
|
*ngIf="thumbnail && thumbnail.Available"
|
||||||
[style.background-image]="getSanitizedThUrl()"></div>
|
[style.background-image]="getSanitizedThUrl()"></div>
|
||||||
|
|
||||||
<span *ngIf="!thumbnail || !thumbnail.Available" class="oi oi-folder no-image rounded"
|
<span *ngIf="!thumbnail || !thumbnail.Available" class="oi oi-folder no-image"
|
||||||
aria-hidden="true">
|
aria-hidden="true">
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user