asdasd
All checks were successful
Deploy / deploy-staging (push) Successful in 27s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-06-24 00:24:47 +02:00
parent 80874e2e1d
commit fa48a381ff
2 changed files with 81 additions and 13 deletions

View File

@@ -305,12 +305,24 @@
background: rgba(255, 255, 255, 0.98);
box-shadow: 0 28px 64px rgba(15, 23, 42, 0.18);
padding: 20px;
color: #0f172a;
}
.modal-header {
display: flex;
justify-content: space-between;
gap: 16px;
align-items: flex-start;
}
.pihole-console-heading {
display: grid;
gap: 6px;
}
.pihole-console-heading strong {
font-size: 1.05rem;
color: #0f172a;
}
.icon-button {
@@ -318,9 +330,11 @@
border-radius: 12px;
background: #fff;
color: #0f172a;
width: 40px;
min-width: 110px;
height: 40px;
cursor: pointer;
font: inherit;
font-weight: 600;
}
.pihole-console-body {
@@ -339,6 +353,14 @@
border-radius: 14px;
border: 1px solid rgba(148, 163, 184, 0.24);
background: rgba(255, 255, 255, 0.75);
color: #0f172a;
}
.pihole-console-meta {
display: flex;
justify-content: space-between;
gap: 12px;
flex-wrap: wrap;
}
.pihole-console-line span {
@@ -348,6 +370,12 @@
.pihole-console-line strong {
font-weight: 600;
color: #0f172a;
}
.pihole-console-detail {
font-size: 0.92rem;
color: #334155;
}
.pihole-console-line.is-success {