0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-12 21:22:54 +01:00

Hide top-notices-outlet in the wizard route

Dieser Commit ist enthalten in:
Angus McLeod 2022-07-29 16:36:06 +01:00
Ursprung 2414146fab
Commit d9407b5d7d

Datei anzeigen

@ -1,5 +1,6 @@
body.custom-wizard .d-header, body.custom-wizard .d-header,
.global-notice, .global-notice,
.create-topics-notice { .create-topics-notice,
.top-notices-outlet {
display: none; display: none;
} }