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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user