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:
+6
-3
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user