Comma on strings and styling button

This commit is contained in:
Will Hunt 2018-10-24 17:50:15 +01:00
parent 06c34cff9c
commit 44a41b589d
3 changed files with 9 additions and 2 deletions

View file

@ -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 {