improve e2e and scalar settings UI
parent
089951012b
commit
ec05d1b9bd
|
@ -19,7 +19,8 @@ limitations under the License.
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomSettings_leaveButton {
|
.mx_RoomSettings_leaveButton,
|
||||||
|
.mx_RoomSettings_integrationsButton {
|
||||||
height: 36px;
|
height: 36px;
|
||||||
background-color: #76cfa6;
|
background-color: #76cfa6;
|
||||||
border-radius: 36px;
|
border-radius: 36px;
|
||||||
|
@ -31,6 +32,14 @@ limitations under the License.
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
padding-right: 12px;
|
padding-right: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_RoomSettings_e2eIcon {
|
||||||
|
padding-left: 4px;
|
||||||
|
padding-right: 7px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_RoomSettings_leaveButton {
|
||||||
margin-right: 32px;
|
margin-right: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue