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:
+1
-12
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user