Align finance collapse action to right

This commit is contained in:
KrivovDE
2026-09-09 17:58:13 +03:00
parent bde2a5a102
commit 2f66d7dc37

View File

@@ -4716,3 +4716,11 @@ body.expanded .brief-fixed-header{
font-size:.75rem;
text-align:right;
}
/* В финансовой модалке заголовок и действие занимают противоположные края. */
.modal-card[data-section="finance"]>.card-head{
justify-content:space-between;
}
.modal-card[data-section="finance"] .modal-close{
margin-left:auto;
}