From 9244fa41f487f592ebdfc666a69a70fab1fc31b9 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Sat, 10 Nov 2018 16:17:01 +0100 Subject: [PATCH] Fix conversation width + drop owncloud support Also increase nextcloud version support --- appinfo/info.xml | 3 +-- css/style.css | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index f7c952d..503bc7a 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -12,8 +12,7 @@ tools - - + 167289 diff --git a/css/style.css b/css/style.css index 6b837a5..b61347c 100644 --- a/css/style.css +++ b/css/style.css @@ -1,6 +1,5 @@ /* Navigation: folder like structure */ #app-mailbox-peers { - width: 20%; height: 100%; float: left; box-sizing: border-box; @@ -353,4 +352,4 @@ Modal .modal-leave-active .modal-container { -webkit-transform: scale(1.1); transform: scale(1.1); -} \ No newline at end of file +}