1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-11 16:18:10 +00:00

Merge branch '2021.3.0' into 2021.3.0

This commit is contained in:
Alain Pitiot 2021-07-26 14:41:44 +02:00 committed by GitHub
commit 87ff0ea98c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,11 @@
html {
height: 100%;
}
body {
align-items: center;
display: flex;
height: 100vh;
height: 100%;
justify-content: center;
margin: 0;
}
@ -53,9 +57,11 @@ a:hover {
}
.ui-dialog {
left: auto !important;
margin: auto;
max-width: 88vw;
position: relative;
top: auto !important;
}
/* Don't display close button in the top right corner of the box */