room invite css
This commit is contained in:
parent
cc9123a33d
commit
02846c4fff
2 changed files with 15 additions and 0 deletions
|
@ -94,6 +94,19 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_RoomView_invitePrompt {
|
||||
-webkit-box-ordinal-group: 2;
|
||||
-moz-box-ordinal-group: 2;
|
||||
-ms-flex-order: 2;
|
||||
-webkit-order: 2;
|
||||
order: 2;
|
||||
|
||||
min-width: 0px;
|
||||
max-width: 720px;
|
||||
width: 100%;
|
||||
margin: auto;
|
||||
|
||||
margin-top: 12px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.mx_RoomView_statusArea {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue