DKIM selectors where queried separatedly

This commit is contained in:
2026-05-20 13:41:56 -03:00
parent e57df39562
commit c91c3f1023
5 changed files with 83 additions and 21 deletions
+20
View File
@@ -1212,6 +1212,26 @@ button {
padding: 8px 10px;
}
.dw-dns-missing {
margin-top: 12px;
}
.dw-dns-missing summary {
color: var(--dw-muted);
cursor: pointer;
font-size: 12px;
font-weight: 700;
line-height: 18px;
}
.dw-dns-missing-list {
display: grid;
gap: 6px;
margin-top: 8px;
max-height: 220px;
overflow: auto;
}
.dw-panel-title {
color: var(--dw-text);
font-size: 20px;