Fix CSS selector: data-loggedIn → data-logged-in (kebab-case matches JS dataset)

This commit is contained in:
Kato
2026-09-06 14:26:32 +00:00
parent 5dfa641fef
commit 92e34f66f8
+1 -1
View File
@@ -906,7 +906,7 @@ body[data-lang="en"] .hide-de { display: none !important; }
border-radius: 16px; border-radius: 16px;
overflow: hidden; overflow: hidden;
} }
[data-loggedIn="true"] .about-locked-wrap { [data-logged-in="true"] .about-locked-wrap {
display: none; display: none;
} }
.about-locked-img { .about-locked-img {