mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-24 06:42:59 +00:00
more css flex fixes
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
|||||||
#app {
|
#app {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Navigation: folder like structure */
|
/* Navigation: folder like structure */
|
||||||
@@ -60,7 +61,7 @@
|
|||||||
#app-conversation {
|
#app-conversation {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
flex: 1;
|
flex: 4;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user