Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 20:02:54 +01:00
Fix admin style issues
Dieser Commit ist enthalten in:
Ursprung
1a175b4d2b
Commit
2bca82a159
1 geänderte Dateien mit 9 neuen und 0 gelöschten Zeilen
|
@ -209,6 +209,11 @@
|
|||
|
||||
.admin-wizard-buttons {
|
||||
margin-top: 20px;
|
||||
display: flex;
|
||||
|
||||
.btn {
|
||||
margin-right: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
.admin-wizard-container.settings {
|
||||
|
@ -471,6 +476,10 @@
|
|||
margin-bottom: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.btn {
|
||||
height: 32px;
|
||||
}
|
||||
}
|
||||
|
||||
.sortable-placeholder {
|
||||
|
|
Laden …
In neuem Issue referenzieren