Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-21 17:00:29 +01:00
COMPATIBILITY: hide powered by discourse on wizards
Dieser Commit ist enthalten in:
Ursprung
0d0fb83bd1
Commit
8e4d37bf31
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
|
@ -160,6 +160,10 @@ body.custom-wizard {
|
|||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.powered-by-discourse {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* IE11 hacks */
|
||||
|
|
Laden …
In neuem Issue referenzieren