Skip to content

Commit cc720b9

Browse files
committed
Design tweaks for alignment
1 parent 75c81b3 commit cc720b9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/skins/vector/css/matrix-react-sdk/views/dialogs/ChatInviteDialog.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ limitations under the License.
5959

6060
.mx_ChatInviteDialog_queryListElement .mx_AddressTile {
6161
background-color: #fff;
62-
border: 0;
62+
border: solid 1px #fff;
6363
}
6464

6565
.mx_ChatInviteDialog_queryListElement.mx_ChatInviteDialog_selected {
@@ -68,6 +68,7 @@ limitations under the License.
6868

6969
.mx_ChatInviteDialog_queryListElement.mx_ChatInviteDialog_selected .mx_AddressTile {
7070
background-color: #eaf5f0; /* selected colour */
71+
border: solid 1px #eaf5f0; /* selected colour */
7172
}
7273

7374
.mx_ChatInviteDialog_cancel {

src/skins/vector/css/matrix-react-sdk/views/elements/AddressTile.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919
border-radius: 3px;
2020
background-color: rgba(74, 73, 74, 0.1);
2121
border: solid 1px #f0f0f0;
22-
line-height: 27px;
22+
line-height: 26px;
2323
color: #454545;
2424
font-size: 14px;
2525
font-weight: normal;
@@ -72,6 +72,7 @@ limitations under the License.
7272
display: inline-block;
7373
padding-right: 11px;
7474
padding-left: 1px;
75+
cursor: pointer;
7576
}
7677

7778
.mx_AddressTile_dismiss object {

0 commit comments

Comments
 (0)