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

@@ -12,6 +12,11 @@ export class LightboxPage {
constructor(public navCtrl: NavController, private _params: NavParams) {
this.image = this._params.get('image');
this.tabNavEl = document.querySelector('#tab-nav .tabbar');
}
ionViewWillEnter() {
this.tabNavEl.style.display = 'none';
}
close(event) {