Merge branch 'develop' into experimental
This commit is contained in:
commit
2c039483c6
42 changed files with 469 additions and 233 deletions
|
@ -95,10 +95,6 @@ limitations under the License.
|
|||
padding: 10px;
|
||||
}
|
||||
|
||||
.mx_MemberList_outerWrapper {
|
||||
|
||||
}
|
||||
|
||||
.mx_MemberList_inviteIcon object {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
@ -124,4 +120,3 @@ limitations under the License.
|
|||
.mx_MemberList_invite > :last-child {
|
||||
margin-left: 25px;
|
||||
}
|
||||
|
||||
|
|
|
@ -56,3 +56,7 @@ limitations under the License.
|
|||
.mx_RoomPreviewBar_warningIcon {
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
.mx_RoomPreviewBar_spinnerIntro {
|
||||
margin-top: 50px;
|
||||
}
|
|
@ -28,6 +28,13 @@ limitations under the License.
|
|||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.mx_RoomSettings_devtoolsButton {
|
||||
@mixin mx_DialogButton;
|
||||
position: relative;
|
||||
padding: 4px 1.5em;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.mx_RoomSettings_upgradeButton,
|
||||
.mx_RoomSettings_leaveButton:hover,
|
||||
.mx_RoomSettings_unbanButton:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue