Enable drag and drop for mobile browsers (#127)

This commit is contained in:
Milad Raeisi 2023-05-26 10:27:14 +04:00 committed by GitHub
parent 2e30b0b8e9
commit 6ba07dd615
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -180,7 +180,7 @@
} }
drag-scroll { drag-scroll {
height: 90px; height: 100px;
width: 100%; width: 100%;
} }

View File

@ -2,7 +2,7 @@
<!-- <button mat-flat-button class="wipe-button" (click)="db.clearAndReload()">Issues? Wipe Local Database</button> --> <!-- <button mat-flat-button class="wipe-button" (click)="db.clearAndReload()">Issues? Wipe Local Database</button> -->
<div class="profile-line"> <div class="profile-line">
<drag-scroll [scrollbar-hidden]="true" [drag-scroll-y-disabled]="true"> <drag-scroll>
<app-event-header [listType]="'icon'" [iconSize]="'thumbnail'" [displayName]="false" [displayContent]="false" *ngFor="let profile of profiles" [profile]="profile"></app-event-header> <app-event-header [listType]="'icon'" [iconSize]="'thumbnail'" [displayName]="false" [displayContent]="false" *ngFor="let profile of profiles" [profile]="profile"></app-event-header>
<button mat-icon-button routerLink="/people" class="profile-line-more-button"> <button mat-icon-button routerLink="/people" class="profile-line-more-button">
<mat-icon>more_horiz</mat-icon> <mat-icon>more_horiz</mat-icon>