1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 08:23:00 +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
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -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);
}
}