More profiles, styling tweaks
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user