Skip to content

Commit

Permalink
improve e2e and scalar settings UI
Browse files Browse the repository at this point in the history
  • Loading branch information
ara4n committed Sep 14, 2016
1 parent 0899510 commit ec05d1b
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ limitations under the License.
margin-bottom: 20px;
}

.mx_RoomSettings_leaveButton {
.mx_RoomSettings_leaveButton,
.mx_RoomSettings_integrationsButton {
height: 36px;
background-color: #76cfa6;
border-radius: 36px;
Expand All @@ -31,6 +32,14 @@ limitations under the License.
cursor: pointer;
padding-left: 12px;
padding-right: 12px;
}

.mx_RoomSettings_e2eIcon {
padding-left: 4px;
padding-right: 7px;
}

.mx_RoomSettings_leaveButton {
margin-right: 32px;
}

Expand Down

0 comments on commit ec05d1b

Please sign in to comment.