Match room upgrade warning to the new design

See https://github.com/matrix-org/matrix-react-sdk/pull/3684#issuecomment-560514872
This commit is contained in:
Travis Ralston 2019-12-02 17:21:53 -07:00
parent 4d5f133b17
commit e47752ff8d
3 changed files with 42 additions and 43 deletions

View file

@ -14,11 +14,19 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
.mx_RoomUpgradeWarningDialog {
max-width: 38vw;
width: 38vw;
}
.mx_RoomUpgradeWarningDialog .mx_SettingsFlag {
font-weight: 700;
.mx_ToggleSwitch {
display: inline-block;
vertical-align: middle;
margin-right: 8px;
margin-left: 8px;
float: right;
}
.mx_SettingsFlag_label {