Working logic to redirect to sessions
Build LinkLog Development Image / development-image (push) Successful in 12s

This commit is contained in:
2026-08-26 16:11:11 +02:00
parent 0287305884
commit 6772bf7107
11 changed files with 122 additions and 4 deletions
+15
View File
@@ -149,6 +149,16 @@ button {
color: #f38ba8;
}
.auth-session {
margin-bottom: 10px;
border: 1px solid #585b70;
border-radius: 8px;
padding: 8px 10px;
color: #94e2d5;
font-size: 0.8rem;
overflow-wrap: anywhere;
}
#auth-warning {
display: grid;
gap: 8px;
@@ -162,6 +172,11 @@ button {
display: none;
}
#auth-session[hidden],
#auth-warning[hidden] {
display: none !important;
}
.extension-footer {
margin-top: 16px;
color: #7f849c;