From 2c2f090f132f73d58c17f50fa246c385ca55fb2a Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Thu, 28 Dec 2017 19:35:59 +0100 Subject: [PATCH] WIP: Permit to resize contact list --- css/style.css | 7 +++++++ templates/main.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 7d72567..c6f9ee9 100644 --- a/css/style.css +++ b/css/style.css @@ -11,6 +11,8 @@ -moz-user-select: none; -ms-user-select: none; user-select: none; + resize: horizontal; + overflow-x: auto; } #app-mailbox-peers > ul { @@ -51,6 +53,11 @@ text-align: center; } +#ocsms-app-content { + height: 100%; + overflow-y: auto; +} + #app-content-wrapper { padding: 15px; margin-top: 100px; diff --git a/templates/main.php b/templates/main.php index 708e6e1..fbe840b 100644 --- a/templates/main.php +++ b/templates/main.php @@ -58,7 +58,7 @@ use \OCA\OcSms\Lib\CountryCodes; -
+