Add GUI for handling rejected connection attempts

This commit is contained in:
Jonas Herzig 2018-09-23 14:10:55 +02:00
parent 60413ecbea
commit 5eefeeb721
3 changed files with 86 additions and 5 deletions

View file

@ -303,3 +303,7 @@ form {
padding: 2px;
width: calc(100% - 8px);
}
.connect-dialog.error-dialog {
width: 400px;
left: calc(50% - 200px);
}