Skip to content

Commit f59dbe4

Browse files
committed
Added error checking, and UI
1 parent bfd3ef0 commit f59dbe4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ limitations under the License.
4747
overflow-y: scroll;
4848
}
4949

50+
.mx_ChatInviteDialog_error {
51+
position: absolute;
52+
color: #ff0064;
53+
line-height: 36px;
54+
}
55+
5056
.mx_ChatInviteDialog_cancel {
5157
position: absolute;
5258
right: 11px;

0 commit comments

Comments
 (0)