mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
UX: hide "powered by" from account activation page (#26298)
This commit is contained in:
parent
4cdf5f2cea
commit
63d376c7a9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user