diff --git a/accounts.html b/accounts.html index 7e2425f..d29e14a 100644 --- a/accounts.html +++ b/accounts.html @@ -295,6 +295,13 @@ select:focus { border-color: var(--accent); } overflow: hidden; transition: border-color 0.2s, transform 0.15s; animation: fadeIn 0.3s ease both; + position: relative; +} + +.card-link { + position: absolute; + inset: 0; + z-index: 0; } .card:hover { @@ -410,6 +417,8 @@ select:focus { border-color: var(--accent); } align-items: center; justify-content: space-between; gap: 0.5rem; + position: relative; + z-index: 1; } .follow-btn { @@ -778,6 +787,7 @@ function cardHTML(a, idx) { if (viewMode === 'list') { return `
+
${a.name}
@@ -796,6 +806,7 @@ function cardHTML(a, idx) { return `
+
${a.header ? `` : ''}