Finetuning Plugin behavior when not logged in

This commit is contained in:
2026-08-26 14:25:00 +02:00
parent f503dbaef2
commit 6f1fbaa5ea
11 changed files with 52 additions and 2 deletions
+9
View File
@@ -149,6 +149,15 @@ button {
color: #f38ba8;
}
#auth-warning {
display: grid;
gap: 8px;
}
#auth-warning button {
width: auto;
}
.hidden {
display: none;
}