Working logic to redirect to sessions
Build LinkLog Development Image / development-image (push) Successful in 12s
Build LinkLog Development Image / development-image (push) Successful in 12s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user