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>
|
||||
<dependencies>
|
||||
<php min-version="5.6" min-int-size="32"/>
|
||||
<owncloud min-version="8.1" max-version="11.0" />
|
||||
<nextcloud min-version="9.0" max-version="14.0" />
|
||||
<nextcloud min-version="14.0" max-version="14.0" />
|
||||
</dependencies>
|
||||
|
||||
<ocsid>167289</ocsid>
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user