Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 11:52:54 +01:00
Merge branch 'main' into disable_step_controls_when_uploading
Dieser Commit ist enthalten in:
Commit
cfe9cddaf5
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
|
@ -160,6 +160,10 @@ body.custom-wizard {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.powered-by-discourse {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* IE11 hacks */
|
/* IE11 hacks */
|
||||||
|
|
Laden …
In neuem Issue referenzieren