Merge pull request #2234 from matrix-org/bwindels/roomsectionfixcollapsedsize

Redesign: Fix room lists sizing
This commit is contained in:
Bruno Windels
2018-10-24 12:23:05 +00:00
committed by GitHub
5 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -48,10 +48,10 @@ limitations under the License.
.mx_LeftPanel {
background-color: $secondary-accent-color;
flex: 1;
position: relative;
overflow-x: hidden;
display: flex;
flex-direction: column;
min-height: 0;
}
.mx_LeftPanel .mx_AppTile_mini {
+1
View File
@@ -54,6 +54,7 @@ limitations under the License.
order: 2;
flex: 1;
min-height: 0;
}
.mx_MatrixChat_syncError {
+1
View File
@@ -21,6 +21,7 @@ limitations under the License.
/* use flexbox to layout sublists */
display: flex;
flex-direction: column;
min-height: 0;
}
/* hide resize handles next to collapsed / empty sublists */