[fix] Display join only dialog correctly on the screen
This commit is contained in:
parent
8f97d6326c
commit
01853bd238
|
@ -432,10 +432,10 @@ form {
|
|||
height: 100%;
|
||||
}
|
||||
.join-dialog {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
width: 300px;
|
||||
height: 100px;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
}
|
||||
.join-dialog .dialog-submit {
|
||||
float: none;
|
||||
|
|
Loading…
Reference in a new issue