Skip to content

Commit 0430546

Browse files
committed
make firefox slightly happier
1 parent caa2fd9 commit 0430546

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/skins/vector/css/organisms/RoomView.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ limitations under the License.
105105
-webkit-flex: 1 1 0;
106106
flex: 1 1 0;
107107

108-
width: 100%;
109-
110108
/* specify width and margin in here rather than the wrapper otherwise gemini-scrollbars gets confused */
109+
min-width: 0px;
111110
max-width: 960px;
111+
width: 100%;
112112
margin: auto;
113113

114114
overflow-y: auto;

src/skins/vector/css/pages/MatrixChat.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,11 @@ limitations under the License.
8282
}
8383

8484
.mx_MatrixChat .mx_LeftPanel.collapsed {
85+
/*
8586
-webkit-flex: 0 0 60px;
8687
flex: 0 0 60px;
88+
*/
89+
width: 60px;
8790
}
8891

8992
.mx_MatrixChat .mx_MatrixChat_middlePanel {
@@ -132,6 +135,9 @@ limitations under the License.
132135
}
133136

134137
.mx_MatrixChat .mx_RightPanel.collapsed {
138+
/*
135139
-webkit-flex: 0 0 72px;
136140
flex: 0 0 72px;
141+
*/
142+
width: 72px;
137143
}

0 commit comments

Comments
 (0)