Browse Source

Fix dialog buttons display

pull/1474/head
Timothée Jaussoin 2 months ago
parent
commit
ac5bb58849
  1. 4
      public/theme/css/dialog.css

4
public/theme/css/dialog.css

@ -1,6 +1,6 @@
.dialog { .dialog {
position: fixed; position: fixed;
top: 8rem;
top: 5%;
left: calc(50% - 30rem); left: calc(50% - 30rem);
height: initial; height: initial;
width: 60rem; width: 60rem;
@ -19,7 +19,7 @@
} }
.dialog.scroll { .dialog.scroll {
height: calc(100% - 16rem);
height: 90%;
} }
.dialog > section { .dialog > section {

Loading…
Cancel
Save