From 9b1bc43cb01cf88472dd32506c592ef8b1612f06 Mon Sep 17 00:00:00 2001 From: koehr Date: Thu, 6 Jan 2022 13:05:12 +0100 Subject: [PATCH] some polishing --- src/App.vue | 6 ++---- src/app.css | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/App.vue b/src/App.vue index abd9e2a..dfe9d42 100644 --- a/src/App.vue +++ b/src/App.vue @@ -25,10 +25,8 @@
  • Edit planets by clicking directly inside the graphic or in the table below.
  • Drag planets around to change their distance.
  • Use the scrollwheel to change their size (click first to activate).
  • -
  • To change satellites, click their respective buttons in the planet dialog.
  • -
  • You can also drag satellite buttons around to reorder them.
  • -
  • The last removed object can be restored from the table.
  • -
  • ONLY THE LAST removed object can be restored.
  • +
  • The last removed planet can be restored from the table.
  • +
  • ONLY THE LAST removed planet can be restored.
  • diff --git a/src/app.css b/src/app.css index d3e0bf4..7aebf82 100644 --- a/src/app.css +++ b/src/app.css @@ -250,7 +250,7 @@ h1 { } .satellite-list-entry.dragover::before, .satellite-list-entry.dragunder::after { - content: " insert here "; + content: " — move here — "; position: absolute; width: 100%; height: 2em;