File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/app/features/home/capture-tab Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
"
38
38
>
39
39
< div class ="mat-title "> {{ group.key | date: 'longDate' }}</ div >
40
- < mat-grid-list cols ="3 " gutterSize ="8px ">
40
+ < mat-grid-list cols ="2 " gutterSize ="8px ">
41
41
< mat-grid-tile
42
42
*ngFor ="
43
43
let proof of group.value;
61
61
</ div >
62
62
63
63
< div class ="post-captures " *ngSwitchCase ="'collected' ">
64
- < mat-grid-list cols ="3 " gutterSize ="8px ">
64
+ < mat-grid-list cols ="2 " gutterSize ="8px ">
65
65
< mat-grid-tile
66
66
*ngFor ="
67
67
let postCapture of postCaptures$ | ngrxPush;
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ app-capture-item {
70
70
width : 100% ;
71
71
height : 100% ;
72
72
overflow : hidden ;
73
- border-radius : 4 px ;
73
+ border-radius : 16 px ;
74
74
}
75
75
76
76
.post-captures {
You can’t perform that action at this time.
0 commit comments