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

css: give dialogs a max width for screens < 500

This commit is contained in:
Sotiri Bakagiannis 2021-06-23 16:29:22 +01:00
parent 9f2c16f2a9
commit 9038281dc9

View File

@ -54,6 +54,7 @@ a:hover {
.ui-dialog {
margin: auto;
max-width: 88vw;
position: relative;
}