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:
parent
9f2c16f2a9
commit
9038281dc9
@ -54,6 +54,7 @@ a:hover {
|
||||
|
||||
.ui-dialog {
|
||||
margin: auto;
|
||||
max-width: 88vw;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user