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:
parent
a5a6068dbe
commit
9244fa41f4
@ -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>
|
||||||
|
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user