We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0899510 commit ec05d1bCopy full SHA for ec05d1b
src/skins/vector/css/matrix-react-sdk/views/rooms/RoomSettings.css
@@ -19,7 +19,8 @@ limitations under the License.
19
margin-bottom: 20px;
20
}
21
22
-.mx_RoomSettings_leaveButton {
+.mx_RoomSettings_leaveButton,
23
+.mx_RoomSettings_integrationsButton {
24
height: 36px;
25
background-color: #76cfa6;
26
border-radius: 36px;
@@ -31,6 +32,14 @@ limitations under the License.
31
32
cursor: pointer;
33
padding-left: 12px;
34
padding-right: 12px;
35
+}
36
+
37
+.mx_RoomSettings_e2eIcon {
38
+ padding-left: 4px;
39
+ padding-right: 7px;
40
41
42
+.mx_RoomSettings_leaveButton {
43
margin-right: 32px;
44
45
0 commit comments