Skip to content

Commit

Permalink
Fixing margins
Browse files Browse the repository at this point in the history
  • Loading branch information
graphefruit committed Dec 11, 2024
1 parent 191c53d commit e8beac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/beans/bean-sort/bean-sort.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</ion-item>
</ion-list-header>
<ng-container *ngIf="extendedSortActive">
<ion-item (click)="setSortAfter(beanSortAfterEnum.BEAN_ROASTING_TYPE)" [class.active]="isSortActive(beanSortAfterEnum.BEAN_ROASTING_TYPE)" class="ion-margin-top" lines="none" tappable>
<ion-item (click)="setSortAfter(beanSortAfterEnum.BEAN_ROASTING_TYPE)" [class.active]="isSortActive(beanSortAfterEnum.BEAN_ROASTING_TYPE)" lines="none" tappable>
<ion-icon name="beanconqueror-filter-aa" slot="start"></ion-icon>
<ion-label>{{"BEAN_SORT_BEAN_ROASTING_TYPE" | translate}}</ion-label>
</ion-item>
Expand Down
2 changes: 1 addition & 1 deletion src/app/brew/brew-sort/brew-sort.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{{"SORT_AFTER" | translate}}
</ion-item>
</ion-list-header>
<ion-item (click)="setSortAfter(brewSortAfterEnum.BREW_DATE)" [class.active]="isSortActive(brewSortAfterEnum.BREW_DATE)" class="ion-margin-top" lines="none" tappable>
<ion-item (click)="setSortAfter(brewSortAfterEnum.BREW_DATE)" [class.active]="isSortActive(brewSortAfterEnum.BREW_DATE)" lines="none" tappable>
<ion-icon name="beanconqueror-clock" slot="start"></ion-icon>
<ion-label>{{"BREW_CREATION_DATE" | translate}}</ion-label>
</ion-item>
Expand Down

0 comments on commit e8beac7

Please sign in to comment.