File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff 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;
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments