1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 08:23:00 +00:00

Reorganize the view

This commit is contained in:
Loic Blot
2018-11-10 19:05:18 +01:00
parent 3efb879496
commit 6152b22596
2 changed files with 71 additions and 66 deletions
+6 -4
View File
@@ -3,19 +3,21 @@
width: 100%;
}
/* Navigation: folder like structure */
#app-mailbox-peers {
#app-navigation {
min-width: 20em;
height: 100%;
box-sizing: border-box;
padding-bottom: 44px;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
resize: horizontal;
}
/* Navigation: folder like structure */
#app-mailbox-peers {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
resize: horizontal;
overflow-x: auto;
flex: 1;
}
@@ -236,7 +238,7 @@
}
#app-settings {
width: 20%;
width: 100%;
}
#app-settings-header, #app-settings-content {