summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-11-17 09:33:04 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-12-21 10:54:54 +0100
commit891a51103d9c37cac9724407d8b7a4f1e2ddf42d (patch)
tree89bc046583216b2159682f48f7c5d747e110e071 /templates/main.php
parente97a0a86a84143e02726edb1e8fee2368205ad25 (diff)
Fit contacts list to guidelines
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/templates/main.php b/templates/main.php
index c16c7367..c00cdcf9 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -47,10 +47,11 @@ style('contacts', 'vendor/ui-select/select.min');
</div>
<div id="app-content">
- <div class="app-content-list">
- <contactlist></contactlist>
+ <div id="app-content-wrapper">
+ <div class="app-content-list" contactlist>
+ </div>
+ <div class="app-content-detail" ng-view></div>
+ <importscreen id="importscreen-wrapper" ng-show="ctrl.importing"></importscreen>
</div>
- <div class="app-content-detail" ng-view></div>
- <importscreen class="emptycontent"></importscreen>
</div>
</div>