add css class button-row

openwrt-24.10
This commit is contained in:
Bard 2024-10-08 02:51:57 +08:00 committed by GitHub
parent 4a7e46f933
commit c08885c8c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2684,6 +2684,17 @@ td>table>tbody>tr>td,
}
}
.modal > .button-row {
display: flex;
justify-content: space-between;
}
.modal > .button-row > button:not(:last-of-type) {
margin-right: .5em;
}
.modal > .button-row > button:first-of-type {
margin-right: auto;
}
body.modal-overlay-active {
overflow: hidden;
height: 100vh