Browse Source

Changed sizing of configuration editor to be bearable on mobile screens

pull/342/head
Christian7573 4 years ago
parent
commit
f3050093f4
  1. 4
      src/assets/scss/options.scss

4
src/assets/scss/options.scss

@ -39,8 +39,8 @@
}
#options.opened {
height: 50%;
width: 50%;
height: max(min(300px, 75vh), 50vh);
width: max(min(500px, 75vw), 50vw);
.editor {
display: flex;

Loading…
Cancel
Save