Skip to content

Commit ec05d1b

Browse files
committed
improve e2e and scalar settings UI
1 parent 0899510 commit ec05d1b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/skins/vector/css/matrix-react-sdk/views/rooms/RoomSettings.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ limitations under the License.
1919
margin-bottom: 20px;
2020
}
2121

22-
.mx_RoomSettings_leaveButton {
22+
.mx_RoomSettings_leaveButton,
23+
.mx_RoomSettings_integrationsButton {
2324
height: 36px;
2425
background-color: #76cfa6;
2526
border-radius: 36px;
@@ -31,6 +32,14 @@ limitations under the License.
3132
cursor: pointer;
3233
padding-left: 12px;
3334
padding-right: 12px;
35+
}
36+
37+
.mx_RoomSettings_e2eIcon {
38+
padding-left: 4px;
39+
padding-right: 7px;
40+
}
41+
42+
.mx_RoomSettings_leaveButton {
3443
margin-right: 32px;
3544
}
3645

0 commit comments

Comments
 (0)