04/19 Update extension: persistent session, duplication check - again

This commit is contained in:
2026-04-19 17:25:35 -04:00
parent e3d007b654
commit 66e0129994
5 changed files with 111 additions and 14 deletions
+2 -2
View File
@@ -243,10 +243,10 @@ body {
flex: 1;
display: flex; flex-direction: column; align-items: center; justify-content: center;
gap: 3px;
padding: 8px 6px;
padding: 8px 4px;
background: none; border: none; cursor: pointer;
color: #9ca3af;
font-size: 10px; font-weight: 500;
font-size: 9px; font-weight: 500;
transition: color 0.15s;
}
.nav-btn:hover { color: #374151; }