Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 20:02:54 +01:00
style tweaks
Dieser Commit ist enthalten in:
Ursprung
b6c26b43a7
Commit
8f4ee450ee
2 geänderte Dateien mit 4 neuen und 2 gelöschten Zeilen
|
@ -29,7 +29,7 @@ CustomWizard.reopenClass({
|
|||
}
|
||||
window.location.href = getUrl(url);
|
||||
}
|
||||
})
|
||||
});
|
||||
|
||||
export function findCustomWizard(wizardId) {
|
||||
return ajax({ url: `/w/${wizardId}` }).then(result => {
|
||||
|
|
|
@ -288,7 +288,7 @@
|
|||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
height: 95px;
|
||||
height: 200px;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
|
@ -297,6 +297,8 @@
|
|||
cursor: pointer;
|
||||
background-color: #fff;
|
||||
display: flex;
|
||||
border-top: 1px solid #e9e9e9;
|
||||
border-bottom: 1px solid #e9e9e9;
|
||||
|
||||
&:hover, &.selected {
|
||||
background-color: #eee;
|
||||
|
|
Laden …
In neuem Issue referenzieren