Skip to content

Commit 33ed41b

Browse files
committed
rebrand profile grid to 2 column grid
1 parent dbf9494 commit 33ed41b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/app/features/home/capture-tab/capture-tab.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"
3838
>
3939
<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">
4141
<mat-grid-tile
4242
*ngFor="
4343
let proof of group.value;
@@ -61,7 +61,7 @@
6161
</div>
6262

6363
<div class="post-captures" *ngSwitchCase="'collected'">
64-
<mat-grid-list cols="3" gutterSize="8px">
64+
<mat-grid-list cols="2" gutterSize="8px">
6565
<mat-grid-tile
6666
*ngFor="
6767
let postCapture of postCaptures$ | ngrxPush;

src/app/features/home/capture-tab/capture-tab.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ app-capture-item {
7070
width: 100%;
7171
height: 100%;
7272
overflow: hidden;
73-
border-radius: 4px;
73+
border-radius: 16px;
7474
}
7575

7676
.post-captures {

0 commit comments

Comments
 (0)