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

Various CSS fixes

This commit is contained in:
Loic Blot
2018-11-10 22:47:57 +01:00
parent 8cc33a1ca0
commit 712274b52e
3 changed files with 7 additions and 5 deletions
+6 -3
View File
@@ -5,12 +5,15 @@
#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;
position: relative;
flex: 1;
top: 0;
height: 100vh;
}
/* Navigation: folder like structure */
#app-mailbox-peers {
@@ -61,9 +64,9 @@
}
#app-conversation {
height: 100%;
height: 100vh;
overflow-y: auto;
flex: 4;
flex: 5;
flex-direction: column;
}