More profiles, styling tweaks

This commit is contained in:
2018-03-08 00:50:42 -05:00
parent f21238b61e
commit 996b4097fd
11 changed files with 60 additions and 4 deletions

View File

@@ -18,6 +18,11 @@ export class GridPage {
profileService.load().then((data) => {
this.profiles = data;
});
this.tabNavEl = document.querySelector('#tab-nav .tabbar');
}
ionViewWillEnter() {
this.tabNavEl.style.display = 'flex';
}
getBackgroundThumbnail(pics) {