modal size changes

This commit is contained in:
Yuri Kuznetsov
2025-10-18 10:26:51 +03:00
parent c5c191faa6
commit e522d8d709
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -271,7 +271,7 @@
@media screen and (min-width: @screen-md-min) {
.modal-dialog {
width: ~"min(var(--900px), 90vw)";
width: ~"min(calc(var(--900px) + var(--30px)), 90vw)";
}
.dialog-confirm > .modal-dialog,
+1 -1
View File
@@ -13,7 +13,7 @@
}
&.record-grid-small {
grid-template-columns: minmax(auto, 60%) minmax(auto, 40%);
grid-template-columns: minmax(auto, 61%) minmax(auto, 39%);
}
max-width: var(--record-grid-max-width);