some polishing
This commit is contained in:
parent
31bd7633d7
commit
9b1bc43cb0
2 changed files with 3 additions and 5 deletions
|
@ -25,10 +25,8 @@
|
||||||
<li>Edit planets by clicking directly inside the graphic or in the table below.</li>
|
<li>Edit planets by clicking directly inside the graphic or in the table below.</li>
|
||||||
<li>Drag planets around to change their distance.</li>
|
<li>Drag planets around to change their distance.</li>
|
||||||
<li>Use the scrollwheel to change their size (click first to activate).</li>
|
<li>Use the scrollwheel to change their size (click first to activate).</li>
|
||||||
<li>To change satellites, click their respective buttons in the planet dialog.</li>
|
<li>The last removed planet can be restored from the table.</li>
|
||||||
<li>You can also drag satellite buttons around to reorder them.</li>
|
<li><strong>ONLY THE LAST</strong> removed planet can be restored.</li>
|
||||||
<li>The last removed object can be restored from the table.</li>
|
|
||||||
<li><strong>ONLY THE LAST</strong> removed object can be restored.</li>
|
|
||||||
</Tips>
|
</Tips>
|
||||||
<SystemSettings v-model:designation="star.designation" v-model:radius="star.radius" />
|
<SystemSettings v-model:designation="star.designation" v-model:radius="star.radius" />
|
||||||
<ObjectList v-bind="{ objects, deletedObject, editObject, deleteObject, restoreDeleted }" />
|
<ObjectList v-bind="{ objects, deletedObject, editObject, deleteObject, restoreDeleted }" />
|
||||||
|
|
|
@ -250,7 +250,7 @@ h1 {
|
||||||
}
|
}
|
||||||
.satellite-list-entry.dragover::before,
|
.satellite-list-entry.dragover::before,
|
||||||
.satellite-list-entry.dragunder::after {
|
.satellite-list-entry.dragunder::after {
|
||||||
content: " insert here ";
|
content: " — move here — ";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 2em;
|
height: 2em;
|
||||||
|
|
Loading…
Add table
Reference in a new issue