1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-07-23 18:05:33 +00:00

Fix conversation width + drop owncloud support

Also increase nextcloud version support
This commit is contained in:
Loic Blot 2018-11-10 16:17:01 +01:00
parent a5a6068dbe
commit 9244fa41f4
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987
2 changed files with 2 additions and 4 deletions

View File

@ -12,8 +12,7 @@
<category>tools</category> <category>tools</category>
<dependencies> <dependencies>
<php min-version="5.6" min-int-size="32"/> <php min-version="5.6" min-int-size="32"/>
<owncloud min-version="8.1" max-version="11.0" /> <nextcloud min-version="14.0" max-version="14.0" />
<nextcloud min-version="9.0" max-version="14.0" />
</dependencies> </dependencies>
<ocsid>167289</ocsid> <ocsid>167289</ocsid>

View File

@ -1,6 +1,5 @@
/* Navigation: folder like structure */ /* Navigation: folder like structure */
#app-mailbox-peers { #app-mailbox-peers {
width: 20%;
height: 100%; height: 100%;
float: left; float: left;
box-sizing: border-box; box-sizing: border-box;
@ -353,4 +352,4 @@ Modal
.modal-leave-active .modal-container { .modal-leave-active .modal-container {
-webkit-transform: scale(1.1); -webkit-transform: scale(1.1);
transform: scale(1.1); transform: scale(1.1);
} }