strip out unneeded -ms- prefixes
This commit is contained in:
@@ -15,7 +15,6 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
.mx_FilePanel {
|
||||
-ms-flex-order: 2;
|
||||
order: 2;
|
||||
|
||||
flex: 1 1 0;
|
||||
|
||||
@@ -27,7 +27,6 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_MatrixChat_wrapper {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
|
||||
flex-direction: column;
|
||||
@@ -37,14 +36,12 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_MatrixToolbar {
|
||||
-ms-flex-order: 1;
|
||||
order: 1;
|
||||
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.mx_GuestWarningBar {
|
||||
-ms-flex-order: 1;
|
||||
order: 1;
|
||||
|
||||
height: 40px;
|
||||
@@ -58,17 +55,14 @@ limitations under the License.
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
|
||||
-ms-flex-order: 2;
|
||||
order: 2;
|
||||
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.mx_MatrixChat .mx_LeftPanel {
|
||||
-ms-flex-order: 1;
|
||||
order: 1;
|
||||
|
||||
background-color: $secondary-accent-color;
|
||||
@@ -81,7 +75,6 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_MatrixChat .mx_MatrixChat_middlePanel {
|
||||
-ms-flex-order: 2;
|
||||
order: 2;
|
||||
|
||||
padding-left: 20px;
|
||||
@@ -106,12 +99,10 @@ limitations under the License.
|
||||
* point, but instead we fudge it and make the middlePanel
|
||||
* flex itself.
|
||||
*/
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.mx_MatrixChat .mx_RightPanel {
|
||||
-ms-flex-order: 3;
|
||||
order: 3;
|
||||
|
||||
flex: 0 0 235px;
|
||||
|
||||
@@ -15,7 +15,6 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
.mx_NotificationPanel {
|
||||
-ms-flex-order: 2;
|
||||
order: 2;
|
||||
|
||||
flex: 1 1 0;
|
||||
|
||||
@@ -18,7 +18,6 @@ limitations under the License.
|
||||
word-wrap: break-word;
|
||||
position: relative;
|
||||
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
|
||||
@@ -26,7 +25,6 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_RoomView .mx_RoomHeader {
|
||||
-ms-flex-order: 1;
|
||||
order: 1;
|
||||
|
||||
flex: 0 0 70px;
|
||||
@@ -65,7 +63,6 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_RoomView_auxPanel {
|
||||
-ms-flex-order: 2;
|
||||
order: 2;
|
||||
|
||||
min-width: 0px;
|
||||
@@ -80,12 +77,10 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_RoomView_topUnreadMessagesBar {
|
||||
-ms-flex-order: 3;
|
||||
order: 3;
|
||||
}
|
||||
|
||||
.mx_RoomView_messagePanel {
|
||||
-ms-flex-order: 4;
|
||||
order: 4;
|
||||
|
||||
flex: 1 1 0;
|
||||
@@ -101,7 +96,6 @@ limitations under the License.
|
||||
|
||||
min-height: 100%;
|
||||
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
|
||||
flex-direction: column;
|
||||
@@ -133,7 +127,6 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_RoomView_invitePrompt {
|
||||
-ms-flex-order: 2;
|
||||
order: 2;
|
||||
|
||||
min-width: 0px;
|
||||
@@ -161,7 +154,6 @@ hr.mx_RoomView_myReadMarker {
|
||||
}
|
||||
|
||||
.mx_RoomView_statusArea {
|
||||
-ms-flex-order: 5;
|
||||
order: 5;
|
||||
|
||||
width: 100%;
|
||||
@@ -221,7 +213,6 @@ hr.mx_RoomView_myReadMarker {
|
||||
}
|
||||
|
||||
.mx_RoomView .mx_MessageComposer {
|
||||
-ms-flex-order: 6;
|
||||
order: 6;
|
||||
|
||||
width: 100%;
|
||||
|
||||
@@ -20,20 +20,17 @@ limitations under the License.
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.mx_UserSettings .mx_RoomHeader {
|
||||
-ms-flex-order: 1;
|
||||
order: 1;
|
||||
|
||||
flex: 0 0 70px;
|
||||
}
|
||||
|
||||
.mx_UserSettings_body {
|
||||
-ms-flex-order: 2;
|
||||
order: 2;
|
||||
|
||||
flex: 1 1 0;
|
||||
|
||||
@@ -18,7 +18,6 @@ limitations under the License.
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user