0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-16 13:51:12 +02:00

COMPATIBILITY: hide powered by discourse on wizards

Dieser Commit ist enthalten in:
Angus McLeod 2024-05-23 09:23:15 +02:00
Ursprung 0d0fb83bd1
Commit 8e4d37bf31

Datei anzeigen

@ -160,6 +160,10 @@ body.custom-wizard {
display: flex;
justify-content: flex-end;
}
.powered-by-discourse {
display: none;
}
}
/* IE11 hacks */