primary email change functionality
Build LinkLog Development Image / development-image (push) Successful in 12s

This commit is contained in:
2026-08-26 15:25:49 +02:00
parent 079eb146f6
commit fec7836384
14 changed files with 572 additions and 125 deletions
+21
View File
@@ -430,6 +430,27 @@ button:focus-visible {
margin: 0;
}
.email-address-list {
display: grid;
gap: 8px;
}
.email-address-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
flex-wrap: wrap;
padding: 8px 0;
border-bottom: 1px solid var(--border);
}
.email-address-row button {
min-width: 0;
padding: 5px 9px;
font-size: 0.82rem;
}
.settings-panel textarea {
min-height: 110px;
resize: vertical;