Bugfixes, dialog improvements

* It is now possible to pass an element as the dialog message to have it inserted as the body.
This commit is contained in:
2025-09-21 00:45:34 +02:00
parent 6e1351d9ab
commit bd7b7ac498
7 changed files with 95 additions and 20 deletions

View File

@@ -53,7 +53,7 @@
border-top-right-radius: 0.5rem;
/* background: rgba(0, 0, 0, 0.2); */
display: flex;
padding: 0.5rem;
padding: 0.75rem;
}
.-title {
@@ -68,18 +68,18 @@
}
.-content {
padding: 0.5rem;
padding: 0px 0.75rem;
}
.-buttons {
padding: 0.5rem;
padding-top: 0.2rem;
text-align: center;
padding: 0.75rem;
text-align: right;
.action {
font-size: 105%;
border: solid 1px #666;
border-radius: 0.25rem;
padding: 0.35rem 0.6rem;
padding: 0.45rem 0.8rem;
margin: 0px 0.25rem;
background: #eee;