Misc cleanup
This commit is contained in:
parent
8fe980c4be
commit
438f6e2384
3 changed files with 6 additions and 2 deletions
|
@ -34,7 +34,7 @@
|
||||||
<button onclick="showAddInstanceDialog()">Add an instance</button>
|
<button onclick="showAddInstanceDialog()">Add an instance</button>
|
||||||
</center>
|
</center>
|
||||||
</div>
|
</div>
|
||||||
<div class="half-width">
|
<div class="half-width align-self-start">
|
||||||
<div class="flex-hcenter">
|
<div class="flex-hcenter">
|
||||||
<div class="flex-column buttonPanel">
|
<div class="flex-column buttonPanel">
|
||||||
<button id="redirect">Redirect</button>
|
<button id="redirect">Redirect</button>
|
||||||
|
|
|
@ -44,7 +44,7 @@ export const {
|
||||||
|
|
||||||
findPreOrFail(document.body, "#path").innerText = getTargetPath();
|
findPreOrFail(document.body, "#path").innerText = getTargetPath();
|
||||||
|
|
||||||
return initializeAddInstanceFlow(detailsDialog, addDialog)
|
return initializeAddInstanceFlow(detailsDialog, addDialog);
|
||||||
})();
|
})();
|
||||||
|
|
||||||
function updateNoInstanceHint() {
|
function updateNoInstanceHint() {
|
||||||
|
|
|
@ -67,6 +67,10 @@ abbr[title] {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.align-self-start {
|
||||||
|
align-self: start;
|
||||||
|
}
|
||||||
|
|
||||||
.flex-vcenter {
|
.flex-vcenter {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Add table
Reference in a new issue