Skip to content

Commit

Permalink
Merge pull request #166 from PnEcrins/improve-my-offline-data-ui
Browse files Browse the repository at this point in the history
improve my offline data ui
  • Loading branch information
bastyen authored Oct 29, 2024
2 parents 3171233 + 73bb142 commit d805dc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="areas-container">
<mat-grid-list #grid [cols]="columns" rowHeight="120px" gutterSize="20px">
<mat-grid-list #grid [cols]="columns" rowHeight="140px" gutterSize="20px">
@for (area of areas; track area.id) {
<mat-grid-tile>
<div class="area-type-tooltip-container" *ngIf="area.description">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ mat-grid-list {
}

.areas-container {
padding-top: 24px;
padding: 24px 0px;
}

0 comments on commit d805dc5

Please sign in to comment.