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

Fix remaining CSS issues

This commit is contained in:
Loic Blot
2018-11-11 12:07:47 +01:00
parent d87259366f
commit 95749f6d20
3 changed files with 5 additions and 16 deletions
+1 -12
View File
@@ -4,15 +4,11 @@
}
#app-navigation {
min-width: 20em;
box-sizing: border-box;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
resize: horizontal;
position: relative;
overflow-x: auto;
flex: 1;
top: 0;
height: 100vh;
}
/* Navigation: folder like structure */
#app-mailbox-peers {
@@ -62,13 +58,6 @@
text-align: center;
}
#app-conversation {
height: 100vh;
overflow-y: auto;
flex: 5;
flex-direction: column;
}
#app-content-wrapper {
padding: 15px;
min-width: auto !important;