UX: hide "powered by" from account activation page (#26298)

This commit is contained in:
Kris 2024-03-21 15:39:37 -04:00 committed by GitHub
parent 4cdf5f2cea
commit 63d376c7a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
.admin-area &,
.has-full-page-chat &,
.static-login &,
.invite-page & {
.invite-page &,
.account-activation-page & {
display: none !important;
}
grid-area: below-content;