You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
fix grid growing wider than viewport
This commit is contained in:
@ -24,6 +24,7 @@ limitations under the License.
|
|||||||
grid-template-columns: repeat(3, calc(100% / 3));
|
grid-template-columns: repeat(3, calc(100% / 3));
|
||||||
grid-template-rows: repeat(2, calc(100% / 2));
|
grid-template-rows: repeat(2, calc(100% / 2));
|
||||||
flex: 1 1 0;
|
flex: 1 1 0;
|
||||||
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_GroupGridView_rightPanel {
|
.mx_GroupGridView_rightPanel {
|
||||||
|
@ -73,7 +73,8 @@ limitations under the License.
|
|||||||
.mx_MatrixChat > :not(.mx_LeftPanel_container):not(.mx_ResizeHandle) {
|
.mx_MatrixChat > :not(.mx_LeftPanel_container):not(.mx_ResizeHandle) {
|
||||||
background-color: $primary-bg-color;
|
background-color: $primary-bg-color;
|
||||||
|
|
||||||
flex: 1;
|
flex: 1 1 0;
|
||||||
|
min-width: 0;
|
||||||
|
|
||||||
/* Experimental fix for https://github.com/vector-im/vector-web/issues/947
|
/* Experimental fix for https://github.com/vector-im/vector-web/issues/947
|
||||||
and https://github.com/vector-im/vector-web/issues/946.
|
and https://github.com/vector-im/vector-web/issues/946.
|
||||||
|
Reference in New Issue
Block a user