1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

even small lists for edge

This commit is contained in:
Kyle Spearrin
2018-04-13 23:23:35 -04:00
parent 15792a1ae6
commit 57a0c0fc75
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ export class GroupingsComponent extends BaseGroupingsComponent implements OnInit
private syncService: SyncService, private analytics: Angulartics2,
private platformUtilsService: PlatformUtilsService) {
super(collectionService, folderService);
this.noFolderListSize = platformUtilsService.isEdge() ? 50 : 100;
this.noFolderListSize = platformUtilsService.isEdge() ? 40 : 100;
}
get showNoFolderCiphers(): boolean {