Add GUI for handling rejected connection attempts
This commit is contained in:
parent
60413ecbea
commit
5eefeeb721
3 changed files with 86 additions and 5 deletions
|
@ -303,3 +303,7 @@ form {
|
|||
padding: 2px;
|
||||
width: calc(100% - 8px);
|
||||
}
|
||||
.connect-dialog.error-dialog {
|
||||
width: 400px;
|
||||
left: calc(50% - 200px);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue