surface SMTP delivery failures and add interactive rotor compass target

This commit is contained in:
Deploy
2026-04-08 03:08:53 +02:00
parent e95519a4ea
commit 2bcf6ab1e5
6 changed files with 257 additions and 27 deletions

View File

@@ -510,6 +510,13 @@ button:disabled {
background: radial-gradient(circle at 35% 30%, rgba(255,255,255,0.1), rgba(15,23,42,0.88) 65%);
box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
flex: 0 0 auto;
cursor: crosshair;
touch-action: none;
user-select: none;
}
.rotor-compass.is-dragging {
cursor: grabbing;
}
.rotor-mark {