Merge pull request #84 from Fab1en/features/fabien/80-join-button-misaligned

[fix] Display join only dialog correctly on the screen
This commit is contained in:
Jonas Herzig 2020-04-12 16:48:21 +02:00 committed by GitHub
commit 5640c6c108
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;