04/20/2026 enhance the extension totp

This commit is contained in:
2026-04-20 18:05:41 -04:00
parent 27e1c16851
commit 0aa2432942
5 changed files with 2469 additions and 2512 deletions
+30
View File
@@ -901,4 +901,34 @@ body {
.add-notes:focus {
border-color: #c0392b;
box-shadow: 0 0 0 2px rgba(192, 57, 43, 0.12);
}
/* ── TOTP live display in vault item rows ────────────────────────── */
.item-totp-row {
display: flex;
align-items: center;
margin-top: 2px;
}
.totp-code-inline {
font-family: 'Courier New', Courier, monospace;
font-size: 12px;
font-weight: 700;
color: #1a73e8;
letter-spacing: 1px;
}
.totp-timer-inline {
font-size: 10px;
color: #9ca3af;
margin-left: 3px;
}
.totp-btn {
color: #0891b2;
}
.totp-btn:hover {
background: #e0f2fe;
color: #0369a1;
}