Browse Source

Fix dialog buttons display

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

4
public/theme/css/dialog.css

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

Loading…
Cancel
Save